set max width for notifications so they won't overlap the whole header
This commit is contained in:
parent
a6484fbda9
commit
b177f9b063
|
@ -688,6 +688,7 @@ label.infield {
|
|||
}
|
||||
#notification, #update-notification {
|
||||
margin: 0 auto;
|
||||
max-width: 60%;
|
||||
z-index: 101;
|
||||
background-color: #fc4;
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in New Issue