Quotes/iOS: Fix bug where large quote content would smoosh icon
This commit is contained in:
parent
a0b1dea693
commit
557ea55531
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ $ios-border-color: rgba(0,0,0,0.1);
|
|||
.icon-container {
|
||||
height: 61px;
|
||||
width: 61px;
|
||||
min-width: 61px;
|
||||
|
||||
.circle-background {
|
||||
left: 12px;
|
||||
|
|
Loading…
Reference in a new issue