From 4a75d6f17277e8b28bc0715bef8efe48aa3ea025 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 20 Mar 2024 11:18:56 +0800 Subject: [PATCH] Fix flex issues --- src/pages/notifications.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/notifications.css b/src/pages/notifications.css index 61410fd3..13d21f1a 100644 --- a/src/pages/notifications.css +++ b/src/pages/notifications.css @@ -475,6 +475,7 @@ } .request-notifcations { + min-width: 0; flex-grow: 1; display: flex; flex-direction: column; @@ -482,6 +483,8 @@ gap: 8px; .last-post { + max-width: 100%; + > .status-link { border-radius: 8px; overflow: hidden;