Fix the overflow on message bubbles with long names/attachments

pull/27/head^2
Scott Nonnenberg 7 years ago
parent a8e12d0771
commit 102c2717cb

@ -154,6 +154,7 @@
padding-left: 12px;
padding-top: 10px;
padding-bottom: 10px;
min-width: 0px;
}
.module-message__container--incoming {

Loading…
Cancel
Save