mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-26 07:45:34 +00:00
fix: wrap text within a span
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user