fix: break-all on fediverse handle to prevent overflow
This commit is contained in:
@@ -194,7 +194,7 @@ export default async function ProfilePage({ params }: ProfilePageProps) {
|
|||||||
@{user.username}
|
@{user.username}
|
||||||
</p>
|
</p>
|
||||||
{fediverseHandle && (
|
{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}
|
{fediverseHandle}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user