fix(front): make notifications page span full width

Signed-off-by: Hsukqi Lee <team@tsinbei.com>
This commit is contained in:
Hsukqi Lee committed 2026-09-04 21:59:24 +08:00
1 parent 6916b06d41
commit dced246c12
1 file changed
+8
+8
View File
@@ -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;