From 7135ec905fbd020356a52c450e271c9edb3dc6c9 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 4 Nov 2024 17:34:07 +0800 Subject: [PATCH] Fix stretched button when text got very long --- src/pages/notifications.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/notifications.css b/src/pages/notifications.css index d625937a..54ccedfd 100644 --- a/src/pages/notifications.css +++ b/src/pages/notifications.css @@ -561,6 +561,11 @@ display: flex; align-items: center; gap: 4px; + + small { + flex: 1; + min-width: 0; + } } }