From 3022ec2acdcf87ebe4d2858aeed0583bdcbe41a9 Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Thu, 2 Apr 2026 17:16:52 +0200 Subject: [PATCH] feat: wide modal for cuesheet share and css editor (#2051) --- .../panel/settings-panel/composite/StyleEditorModal.module.scss | 1 - .../panel/settings-panel/composite/StyleEditorModal.tsx | 1 + .../cuesheet-table-settings/CuesheetShareModal.tsx | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.module.scss b/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.module.scss index 874df30d4..3610e0df5 100644 --- a/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.module.scss +++ b/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.module.scss @@ -16,7 +16,6 @@ .editorBody { position: relative; - height: 500px; background-color: $gray-1350; border: 1px solid $gray-1100; border-radius: 3px; diff --git a/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.tsx b/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.tsx index 76a53e6ae..29bdb8aa6 100644 --- a/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.tsx +++ b/apps/client/src/features/app-settings/panel/settings-panel/composite/StyleEditorModal.tsx @@ -91,6 +91,7 @@ export default function CodeEditorModal({ isOpen, onClose }: CodeEditorModalProp return (