Patch fix for long usernames breaking the compose modal on narrow screens.
Also patch fixes any case where a user has a super long username with no spaces.
This commit is contained in:
parent
15938f169c
commit
5cd0a404da
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue