fix: break-all on fediverse handle to prevent overflow

This commit is contained in:
2026-05-16 15:07:30 +02:00
parent 7e2c5adffd
commit a85cb2eee5

View File

@@ -194,7 +194,7 @@ export default async function ProfilePage({ params }: ProfilePageProps) {
@{user.username}
</p>
{fediverseHandle && (
<p className="text-xs text-muted-foreground/70 mt-0.5 font-mono select-all">
<p className="text-xs text-muted-foreground/70 mt-0.5 font-mono select-all break-all">
{fediverseHandle}
</p>
)}