mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 20:51:48 +02:00
💄 Fix icon shrinking when text overflows
This commit is contained in:
parent
f3c64f399e
commit
a7deef539f
1 changed files with 3 additions and 1 deletions
|
@ -225,7 +225,9 @@ function PollsListView({
|
||||||
>
|
>
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
|
<div>
|
||||||
<GroupPollIcon size="xs" />
|
<GroupPollIcon size="xs" />
|
||||||
|
</div>
|
||||||
<h2 className="truncate text-base font-medium group-hover:underline">
|
<h2 className="truncate text-base font-medium group-hover:underline">
|
||||||
<Link
|
<Link
|
||||||
href={`/poll/${row.original.id}`}
|
href={`/poll/${row.original.id}`}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue