From 6bedd7ab1df30cad09d80481b2b56c704b41fc0c Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 12 May 2024 20:48:50 +0200 Subject: [PATCH] style: consistent spacing in editor --- apps/client/src/features/editors/Editor.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/editors/Editor.module.scss b/apps/client/src/features/editors/Editor.module.scss index 7ce5946ec..1907ea485 100644 --- a/apps/client/src/features/editors/Editor.module.scss +++ b/apps/client/src/features/editors/Editor.module.scss @@ -13,7 +13,7 @@ $panel-gap: 0.5rem; width: 100%; height: 100%; color: $ui-white; - padding: 1rem 0.5rem; + padding: 0.5rem; display: grid; grid-template-columns: auto;