Clear border-radius at bottom of quote in iOS theme

This commit is contained in:
Scott Nonnenberg 2018-04-23 16:37:28 -07:00
parent c02860af5c
commit 6599535cbb
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

@ -118,6 +118,7 @@ $ios-border-color: rgba(0,0,0,0.1);
// classes used in conversations.scss
background-color: white !important;
border: none !important;
border-radius: 0;
margin-top: 0px !important;
margin-bottom: 0px;