From f6f3973eaccf39598876f985b33e715906ac8b11 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 6 Feb 2023 16:09:59 -0600 Subject: [PATCH] Account: let avatar and display name be truncated --- app/soapbox/components/account.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/components/account.tsx b/app/soapbox/components/account.tsx index 7e8ffce0c..59c0f3fa3 100644 --- a/app/soapbox/components/account.tsx +++ b/app/soapbox/components/account.tsx @@ -195,7 +195,7 @@ const Account = ({ return (
- + {children}} @@ -215,7 +215,7 @@ const Account = ({ -
+
{children}}