From 809fc7e2e1e37e4c3423dc28c2f91ce099d98072 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 2 Jul 2023 11:50:53 +0200 Subject: [PATCH] Fixes #429 --- web/styles/editor.scss | 1 + web/styles/main.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/web/styles/editor.scss b/web/styles/editor.scss index cee95a3e..94f52185 100644 --- a/web/styles/editor.scss +++ b/web/styles/editor.scss @@ -7,6 +7,7 @@ height: 100%; .cm-content { + width: 100%; margin-left: auto; margin-right: auto; max-width: var(--#{"editor-width"}); diff --git a/web/styles/main.scss b/web/styles/main.scss index c4c4952f..f5782dca 100644 --- a/web/styles/main.scss +++ b/web/styles/main.scss @@ -167,6 +167,8 @@ body { #sb-editor { flex: 2; height: 100%; + + width: 100%; } .sb-bhs {