From fb026668563b3179805819a1630c654c9ce260d9 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:03:25 +1100 Subject: [PATCH] Increases workarea split padding to 1rem --- frontend/src/features/tabs/InvokeWorkarea.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/tabs/InvokeWorkarea.scss b/frontend/src/features/tabs/InvokeWorkarea.scss index b9c13df295..cede267999 100644 --- a/frontend/src/features/tabs/InvokeWorkarea.scss +++ b/frontend/src/features/tabs/InvokeWorkarea.scss @@ -7,7 +7,7 @@ .workarea-main { display: flex; - column-gap: 0.5rem; + column-gap: 1rem; height: 100%; .workarea-split-view {