From b5e1e3a3450e6536313ad18cafadf9615a663002 Mon Sep 17 00:00:00 2001 From: Chris Svenningsen Date: Fri, 28 Aug 2020 18:30:24 -0700 Subject: [PATCH] StagedAttachment handles its own text wrapping CSS --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 8244fabdd9..26516e4c19 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -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;