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;