From 59a2a49d70920221d87c2635dcdd5a3ba2bd0c9b Mon Sep 17 00:00:00 2001 From: joaovictorjs Date: Fri, 20 Mar 2026 16:55:56 -0300 Subject: [PATCH 1/4] fix: increase dialog content max width --- src/components/video-editor/ShortcutsConfigDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/video-editor/ShortcutsConfigDialog.tsx b/src/components/video-editor/ShortcutsConfigDialog.tsx index fa39a37..6a0376b 100644 --- a/src/components/video-editor/ShortcutsConfigDialog.tsx +++ b/src/components/video-editor/ShortcutsConfigDialog.tsx @@ -112,7 +112,7 @@ export function ShortcutsConfigDialog() { return ( { if (!open) handleClose(); }}> - + From 95c0eb79669cd2873d21e8767d7485962eb3ac92 Mon Sep 17 00:00:00 2001 From: joaovictorjs Date: Fri, 20 Mar 2026 16:56:39 -0300 Subject: [PATCH 2/4] fix: set button max width --- src/components/video-editor/ShortcutsConfigDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/video-editor/ShortcutsConfigDialog.tsx b/src/components/video-editor/ShortcutsConfigDialog.tsx index 6a0376b..e758733 100644 --- a/src/components/video-editor/ShortcutsConfigDialog.tsx +++ b/src/components/video-editor/ShortcutsConfigDialog.tsx @@ -199,7 +199,7 @@ export function ShortcutsConfigDialog() {