From 6f9be281930255ae562722d1518a3ad842a6b067 Mon Sep 17 00:00:00 2001
From: AndiMajore <andi.majore@googlemail.com>
Date: Fri, 3 Sep 2021 17:39:21 +0200
Subject: [PATCH] fixed button resize issue

---
 src/stylesheets/styles.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/stylesheets/styles.scss b/src/stylesheets/styles.scss
index 38ec2ef9..3c49abd5 100644
--- a/src/stylesheets/styles.scss
+++ b/src/stylesheets/styles.scss
@@ -262,8 +262,8 @@
   }
 
   .button-small {
-    padding: $button-small-padding;
-    height: 30px !important;
+    padding: 0 !important;
+    height: 36px !important;
   }
   .switch-small {
     padding: $button-small-padding;
-- 
GitLab