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 {