Ensure that too-wide messages don't overflow in small breakpoint
This commit is contained in:
parent
b816638dea
commit
2380f01e31
1 changed files with 5 additions and 0 deletions
|
@ -2576,6 +2576,11 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
// To limit messages with things forcing them wider, like long attachment names
|
||||
.module-message {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
/* Spec: container > 438px and container < 593px*/
|
||||
@media (min-width: 800px) and (max-width: 925px) {
|
||||
.module-message {
|
||||
|
|
Loading…
Reference in a new issue