mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-15 23:58:34 -04:00
fix(front): make notifications page span full width
Signed-off-by: Hsukqi Lee <team@tsinbei.com>
This commit is contained in:
1 parent
6916b06d41
commit
dced246c12
1 file changed
+8
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user