From 7038202a1a59f4a5f9cb5829cb07a697f393cdc9 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 25 Apr 2018 11:51:30 -0700 Subject: [PATCH] Fix rendering issue with iOS quote preview (in composition mode) --- stylesheets/_ios.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index 67a13e5c1..d6452c246 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -252,6 +252,7 @@ $ios-border-color: rgba(0,0,0,0.1); .quoted-message { background: none !important; + border-radius: 0; .primary { padding: 0px;