Skip to content

Commit

Permalink
fix(most-active-users): reduce username max width to 9rem
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Jul 7, 2024
1 parent c6f6de3 commit f889c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/sidebar/most-active-users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function MostActiveUsers({
</Link>
<div className='text-[#696984] grow'>
<Link
className='max-w-[10rem] cursor-pointer truncate font-medium decoration-2 hover:underline md:max-w-[12rem] block text-base'
className='max-w-[9rem] cursor-pointer truncate font-medium decoration-2 hover:underline md:max-w-[12rem] block text-base'
href={`/users/${user.username}`}
onClick={setSheetOpen}
title={user.name ?? user.username}
Expand Down

0 comments on commit f889c20

Please sign in to comment.