💄 Fix icon shrinking when text overflows

This commit is contained in:
Luke Vella 2025-03-13 16:17:11 +00:00
parent f3c64f399e
commit a7deef539f
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -225,7 +225,9 @@ function PollsListView({
>
<div className="space-y-4">
<div className="flex items-center gap-3">
<div>
<GroupPollIcon size="xs" />
</div>
<h2 className="truncate text-base font-medium group-hover:underline">
<Link
href={`/poll/${row.original.id}`}