Add border-radius to iOS quoted-message to fix MacOS render bug

This commit is contained in:
Scott Nonnenberg 2018-04-24 14:08:42 -07:00
parent 0738a43ead
commit 43ed2c67e1
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

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