Skip to content

Commit 618b174

Browse files
1 parent 07fe2a6 commit 618b174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/routes/account/(_components)/AccountLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export function AccountLayout({ user, active, children }: AccountLayoutProps) {
2020
src={user.avatarUrl}
2121
alt="user icon"
2222
/>
23-
<div>
24-
<h1 class="text-2xl leading-none font-semibold">
23+
<div class="max-w-60 md:max-w-32 lg:max-w-40">
24+
<h1 class="text-2xl leading-none font-semibold truncate">
2525
{user.name}
2626
</h1>
2727
<p class="text-xs text-jsr-gray-600">

0 commit comments

Comments
 (0)