make sure messages don't block the entire window width
This commit is contained in:
parent
439d43b778
commit
3602f24980
1 changed files with 2 additions and 0 deletions
|
@ -807,6 +807,7 @@ ul.messages li {
|
|||
border-radius: .4rem;
|
||||
border: 0.1rem solid #666666;
|
||||
background-color:#EEEEEE;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
ul.messages li.alert-info {
|
||||
|
@ -836,6 +837,7 @@ ul.messages li.alert-danger {
|
|||
top: -20px;
|
||||
width: 100vw;
|
||||
padding: 10px;
|
||||
pointer-events: none;
|
||||
}
|
||||
#messages:empty {
|
||||
display:none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue