From 3e40b249193e251a63dd9a06c465a1b1d61b936d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 26 Jul 2023 12:55:34 +0200 Subject: [PATCH] Fix profile icon size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/UserMenu.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/UserMenu.module.css b/src/UserMenu.module.css index 5ffe77df..cc957cc6 100644 --- a/src/UserMenu.module.css +++ b/src/UserMenu.module.css @@ -17,6 +17,8 @@ limitations under the License. .menuIcon { width: 24px; height: 24px; + + flex-shrink: 0; } .userButton svg * {