Add border-radius to iOS quoted-message to fix MacOS render bug
This commit is contained in:
parent
0738a43ead
commit
43ed2c67e1
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue