From 2bb9d48731618af3cb3ecc5a7e1557923bec87dc Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 15 May 2024 11:34:58 +0300 Subject: [PATCH] Fixed ellipsis issue of buttons --- assets/styles/layout/_topbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/styles/layout/_topbar.scss b/assets/styles/layout/_topbar.scss index 8f197e901..b1c44f067 100644 --- a/assets/styles/layout/_topbar.scss +++ b/assets/styles/layout/_topbar.scss @@ -142,6 +142,7 @@ width: 1.25rem; height: 1.25rem; border-radius: 50%; + padding: 0; cursor: pointer; outline-color: transparent; outline-width: 2px;