Add border-radius to iOS quoted-message to fix MacOS render bug (#2282)

Add border-radius to iOS quoted-message to fix MacOS render bug
This commit is contained in:
Scott Nonnenberg 2018-04-24 14:38:20 -07:00 committed by GitHub
commit fc757d4e29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,10 @@ $ios-border-color: rgba(0,0,0,0.1);
// classes used in conversations.scss
background-color: white !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-bottom: 0px;