From 30efc1bae69fa6ea95b9318ad77d99fecd00885b Mon Sep 17 00:00:00 2001 From: thislight Date: Tue, 29 Oct 2024 19:50:49 +0800 Subject: [PATCH] Profile: fix bio may overflow-x --- src/profiles/Profile.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/profiles/Profile.tsx b/src/profiles/Profile.tsx index 2711a63..f3ba85e 100644 --- a/src/profiles/Profile.tsx +++ b/src/profiles/Profile.tsx @@ -121,6 +121,8 @@ const Profile: Component = () => { color: inherit; font-style: italic; } + + word-break: break-all; } .acct-grp {