Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions front/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading