From a10dcdcff744e51334e196e393890da67f55f07c Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Mon, 11 May 2020 09:48:07 +0200 Subject: [PATCH] Make sidebar text icon area bigger --- .../styles/main/partials/sidebar-element-options.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index 55915a937..7acfadd06 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -410,11 +410,11 @@ span { align-items: center; display: flex; - height: 18px; + height: 20px; justify-content: center; margin-right: $small; position: relative; - width: 18px; + width: 20px; svg { fill: $color-gray-30;