fix: wrap text within a span

This commit is contained in:
joaovictorjs
2026-03-20 23:38:35 -03:00
parent 95c0eb7966
commit e53d0d90cd
@@ -203,7 +203,7 @@ export function ShortcutsConfigDialog() {
onClick={handleReset}
>
<RotateCcw className="w-3 h-3" />
{t('shortcutsConfig.resetToDefaults')}
<span className="truncate">{t('shortcutsConfig.resetToDefaults')}</span>
</Button>
<div className="flex gap-2">
<Button variant="ghost" size="sm" onClick={handleClose}>