From e79ea4d3cb75aabd7cfdfa8fc87ea4600be1ee0a Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sat, 11 Sep 2021 12:56:08 -0400 Subject: [PATCH] text editor is squished --- css/menupages.scss | 2 +- css/scripteditor.scss | 2 +- src/ScriptEditor/ui/Root.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/menupages.scss b/css/menupages.scss index 1c89f0549..6bc7e18da 100644 --- a/css/menupages.scss +++ b/css/menupages.scss @@ -5,7 +5,7 @@ terminal which has its own page) */ .generic-menupage-container { - padding-left: 10px; + padding-left: 2px; margin-left: 10%; -ms-overflow-style: none; /* for Internet Explorer, Edge */ scrollbar-width: none; /* for Firefox */ diff --git a/css/scripteditor.scss b/css/scripteditor.scss index ccb7b3c9c..30afb8071 100644 --- a/css/scripteditor.scss +++ b/css/scripteditor.scss @@ -26,7 +26,7 @@ margin-right: 0; } -#script-editor-wrapper { +.script-editor-wrapper { height: 100%; width: 70%; background: transparent; diff --git a/src/ScriptEditor/ui/Root.tsx b/src/ScriptEditor/ui/Root.tsx index 6db4eae3c..543ebf9d6 100644 --- a/src/ScriptEditor/ui/Root.tsx +++ b/src/ScriptEditor/ui/Root.tsx @@ -308,7 +308,7 @@ export function Root(props: IProps): React.ReactElement { } return ( -
+

{" "}