mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 07:16:02 +00:00
fix: set button max width
This commit is contained in:
@@ -199,7 +199,7 @@ export function ShortcutsConfigDialog() {
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
className="text-slate-400 hover:text-white hover:bg-white/10 gap-1.5"
|
||||
className="text-slate-400 hover:text-white hover:bg-white/10 gap-1.5 max-w-[200px]"
|
||||
onClick={handleReset}
|
||||
>
|
||||
<RotateCcw className="w-3 h-3" />
|
||||
|
||||
Reference in New Issue
Block a user