From 1679c8289d530d6f8fa5dfb62e9e63b363e25146 Mon Sep 17 00:00:00 2001 From: bniwredyc Date: Sun, 7 May 2023 16:21:35 +0200 Subject: [PATCH] minor fix --- src/components/Editor/Panel/Panel.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Editor/Panel/Panel.module.scss b/src/components/Editor/Panel/Panel.module.scss index 4874255a..4d58a49b 100644 --- a/src/components/Editor/Panel/Panel.module.scss +++ b/src/components/Editor/Panel/Panel.module.scss @@ -7,7 +7,7 @@ justify-content: flex-start; height: 100%; line-height: 1.4; - padding: $grid-gutter-width $grid-gutter-width / 2; + padding: $grid-gutter-width calc($grid-gutter-width / 2); position: fixed; transition: transform 0.3s; right: 0; @@ -20,7 +20,7 @@ } .actionsHolder { - padding: 0 $grid-gutter-width / 2; + padding: 0 calc($grid-gutter-width / 2); &.scrolled { overflow-y: auto;