Profile: fix bio may overflow-x
All checks were successful
/ depoly (push) Successful in 1m19s

This commit is contained in:
thislight 2024-10-29 19:50:49 +08:00
parent da32969f5a
commit 30efc1bae6
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -121,6 +121,8 @@ const Profile: Component = () => {
color: inherit;
font-style: italic;
}
word-break: break-all;
}
.acct-grp {