Skip to content

Commit

Permalink
truncate names in active now section
Browse files Browse the repository at this point in the history
  • Loading branch information
jay3332 committed Jul 5, 2024
1 parent fca3a1e commit d35c1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function Home() {
tailwind="m-2 w-4 h-4"
/>
</div>
<span class="mt-1 text-xs font-medium text-fg/80">
<span class="mt-1 text-xs font-medium text-fg/80 truncate min-w-0 max-w-[64px]">
{displayName(api.cache!.users.get(userId)!)}
</span>
</button>
Expand Down

0 comments on commit d35c1ca

Please sign in to comment.