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

pull/272/head
Scott Nonnenberg 6 years ago
parent b816638dea
commit 2380f01e31

@ -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…
Cancel
Save