From 4b9d6fc794d2deaff82cb63e86d1a985b9dc55fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kone=C4=8Dn=C3=BD?= Date: Wed, 8 Feb 2023 12:16:34 +0100 Subject: [PATCH] added width property to avoid shrinking on icons --- frontend/resources/styles/main/partials/modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index 580ffe0f6..79cf01609 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -1403,6 +1403,7 @@ align-items: center; justify-content: center; background: #31efb8; + min-width: 28px; width: 28px; height: 28px; border-radius: 50%;