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:
commit
8474b50b51
|
@ -1172,7 +1172,7 @@ a.account__display-name {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-name__html {
|
.display-name__html {
|
||||||
|
|
Loading…
Reference in New Issue