Fix the overflow on message bubbles with long names/attachments

This commit is contained in:
Scott Nonnenberg 2018-09-28 16:04:16 -07:00
parent a8e12d0771
commit 102c2717cb

View file

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