mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Merge pull request #729 from Abzol/master
Fix word-break in account profiles
This commit is contained in:
commit
34ff11c496
@ -424,7 +424,7 @@ a.status__content__spoiler-link {
|
||||
|
||||
.account__header__content {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
word-break: normal;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
color: $color3;
|
||||
|
Loading…
Reference in New Issue
Block a user