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 {