From 89922fe394b29d55a2bdd1e9b71e009bc421c51a Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Wed, 3 Sep 2025 17:23:41 +0200 Subject: [PATCH] revert: fixed size for editor --- .../src/features/rundown/entry-editor/EntryEditor.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss b/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss index 8752a92f8..33e75eb27 100644 --- a/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss +++ b/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss @@ -8,7 +8,7 @@ .rundownEditor { // width is locked to swatch picker elements - width: calc(15 * 2rem + 13 * 0.5rem); + min-width: calc(15 * 2rem + 13 * 0.5rem); // we dont want a scrollbar when in the modal .content {