From 557ea555315ee19c166252d4693bd2e3d7496a39 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 12 Apr 2018 16:59:02 -0700 Subject: [PATCH] Quotes/iOS: Fix bug where large quote content would smoosh icon --- stylesheets/_ios.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index ba613e37f..dc3c38f73 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -153,6 +153,7 @@ $ios-border-color: rgba(0,0,0,0.1); .icon-container { height: 61px; width: 61px; + min-width: 61px; .circle-background { left: 12px;