Ensure that too-wide messages don't overflow in small breakpoint

This commit is contained in:
Scott Nonnenberg 2019-01-08 13:22:27 -08:00
parent b816638dea
commit 2380f01e31

View file

@ -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 {