Quotes/iOS: Fix bug where large quote content would smoosh icon

pull/1/head
Scott Nonnenberg 7 years ago
parent a0b1dea693
commit 557ea55531
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -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…
Cancel
Save