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:
Dan Anglin 2023-08-23 00:39:06 +01:00
parent 6e9524113c
commit 5a757d2ed5
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -86,6 +86,10 @@ html, body {
background: var(--night-owl-bg); background: var(--night-owl-bg);
} }
.profile .about-user .fields {
word-wrap: break-word;
}
.profile .toots .toot { .profile .toots .toot {
border: none; border: none;
} }