From 75af7a096b61cefe16679ce36008685ff4456753 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sat, 11 Sep 2021 12:58:39 -0400 Subject: [PATCH] script editor take more space --- css/scripteditor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/scripteditor.scss b/css/scripteditor.scss index 7bcd90f18..63f7f0cd7 100644 --- a/css/scripteditor.scss +++ b/css/scripteditor.scss @@ -12,7 +12,7 @@ } .script-editor-wrapper { - height: 100vh; + height: 110vh; width: 70%; background: transparent; }