adding proper notification area for multi line messages
This commit is contained in:
parent
e6392163a4
commit
d0f84e936f
1 changed files with 8 additions and 0 deletions
|
@ -57,4 +57,12 @@ table td.filename .nametext {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* proper notification area for multi line messages */
|
||||
#notification-container {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue