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

This commit is contained in:
Scott Nonnenberg 2018-04-12 16:59:02 -07:00
parent a0b1dea693
commit 557ea55531
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

@ -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;