From 949e05fb2972d80679aa556872efeaf38e8b22c7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 28 Nov 2024 08:51:06 +0100 Subject: [PATCH] Fix notification bubble width --- client/src/app/header/notification-dropdown.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/header/notification-dropdown.component.scss b/client/src/app/header/notification-dropdown.component.scss index abef09f61..71371f2cc 100644 --- a/client/src/app/header/notification-dropdown.component.scss +++ b/client/src/app/header/notification-dropdown.component.scss @@ -95,5 +95,6 @@ line-height: 16px; padding: 0 3px; + min-width: 16px; } }