Clear border-radius at bottom of quote in iOS theme

pull/1/head
Scott Nonnenberg 7 years ago
parent c02860af5c
commit 6599535cbb
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -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;

Loading…
Cancel
Save