StagedAttachment handles its own text wrapping CSS

This commit is contained in:
Chris Svenningsen 2020-08-28 18:30:24 -07:00 committed by Josh Perez
parent 2e1e6e847a
commit b5e1e3a345

View file

@ -4766,6 +4766,7 @@ button.module-image__border-overlay:focus {
position: relative;
border-radius: 4px;
vertical-align: middle;
white-space: nowrap;
@include light-theme {
box-shadow: inset 0px 0px 0px 1px $color-black-alpha-20;