From de7a1d34c0d108404abbc600bff162db4ebf504e Mon Sep 17 00:00:00 2001 From: Eva Date: Wed, 18 Jan 2023 12:09:15 +0100 Subject: [PATCH] :bug: Fix board preset size selector css --- .../styles/main/partials/sidebar-element-options.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index 0b8815707..5da973616 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -348,6 +348,7 @@ cursor: pointer; font-size: $fs14; display: flex; + gap: 0 10px; justify-content: start; padding: $size-2; @@ -356,9 +357,6 @@ display: flex; justify-content: start; align-items: center; - &:not(:first-child) { - margin-left: 10px; - } } .check-icon {