Merge branch 'styling/patch_fixes_for_theme_colors' into 'develop'

Patch fix for broken composer window widths on mobile

See merge request gab/social/gab-social!5
This commit is contained in:
Rob Colbert 2019-07-04 20:26:14 +00:00
commit 8474b50b51

@ -1172,7 +1172,7 @@ a.account__display-name {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-word;
}
.display-name__html {