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; + } } }