From 09a65a7500fd7fc90abe5f7bc4ec30fa10918f5f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 10 Apr 2023 09:33:24 -0500 Subject: [PATCH] ProfileInfoPanel: fix long usernames x-overflow'ing the page --- app/soapbox/features/ui/components/profile-info-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/ui/components/profile-info-panel.tsx b/app/soapbox/features/ui/components/profile-info-panel.tsx index 22688e4a8..6d407eaab 100644 --- a/app/soapbox/features/ui/components/profile-info-panel.tsx +++ b/app/soapbox/features/ui/components/profile-info-panel.tsx @@ -141,7 +141,7 @@ const ProfileInfoPanel: React.FC = ({ account, username }) => - + {account.bot && } @@ -153,7 +153,7 @@ const ProfileInfoPanel: React.FC = ({ account, username }) => - + @{displayFqn ? account.fqn : account.acct}