Clear border-radius at bottom of quote in iOS theme
This commit is contained in:
parent
c02860af5c
commit
6599535cbb
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ $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;
|
||||||
|
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue