Skip to content
Snippets Groups Projects
Commit b177f9b0 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

set max width for notifications so they won't overlap the whole header

parent a6484fbd
No related branches found
No related tags found
No related merge requests found
......@@ -688,6 +688,7 @@ label.infield {
}
#notification, #update-notification {
margin: 0 auto;
max-width: 60%;
z-index: 101;
background-color: #fc4;
border: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment