From dced246c12d46248989a420974396b3cc65a3593 Mon Sep 17 00:00:00 2001 From: Hsukqi Lee Date: Fri, 4 Sep 2026 21:59:24 +0800 Subject: [PATCH] fix(front): make notifications page span full width Signed-off-by: Hsukqi Lee --- front/css/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/front/css/app.css b/front/css/app.css index 72e7a5487..c1daf7b34 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1023,6 +1023,14 @@ height: 50px; display: flex; } +/* The wrapper above is a flex container, so the content section shrinks to + its content width unless stretched; make it span the full page like the + other Monitoring pages (#1762). */ +#notifications .content +{ + width: 100%; +} + #notificationData { margin-bottom: 10px;