diff --git a/example/gotosocial/css/night-owl.css b/example/gotosocial/css/night-owl.css index 949c949..9af7d35 100644 --- a/example/gotosocial/css/night-owl.css +++ b/example/gotosocial/css/night-owl.css @@ -86,6 +86,10 @@ html, body { background: var(--night-owl-bg); } +.profile .about-user .fields { + word-wrap: break-word; +} + .profile .toots .toot { border: none; }