fix(gts/css): update word-wrap for fields
Update the word wrap in profile fields to make unbreakable words breakable if required.
This commit is contained in:
parent
6e9524113c
commit
5a757d2ed5
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ html, body {
|
|||
background: var(--night-owl-bg);
|
||||
}
|
||||
|
||||
.profile .about-user .fields {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.profile .toots .toot {
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue