From 370b6bb2f21b211097f63e8c6371b3427638c7d7 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 16 Jun 2021 11:09:47 +0200 Subject: [PATCH] :bug: Fix problem with odd widh/height and antialias icons --- frontend/resources/styles/common/framework.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index d294b661d..d690ec01d 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -22,8 +22,8 @@ transition: all .4s; text-decoration: none !important; svg { - height: 15px; - width: 15px; + height: 16px; + width: 16px; } &.btn-large { font-size: $fs14;