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
|
||||
background-color: white !important;
|
||||
border: none !important;
|
||||
border-radius: 0;
|
||||
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px;
|
||||
|
|
Loading…
Add table
Reference in a new issue