From 505c1a5ac5573a5fcbc9693ea22e4c1f124f0c9a Mon Sep 17 00:00:00 2001 From: En Rong <53928333+chownces@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:47:28 +0800 Subject: [PATCH] Remove blueprintjs padding in mobile editor (#2203) --- src/styles/_workspace.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_workspace.scss b/src/styles/_workspace.scss index e4fb481722..8679427fde 100755 --- a/src/styles/_workspace.scss +++ b/src/styles/_workspace.scss @@ -103,6 +103,7 @@ $code-color-error: #ff4444; flex-direction: column; height: 100%; width: 100%; + padding: 0; background-color: $cadet-color-2; .editor-react-ace {