2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-14 15:28:52 +00:00

Table icon fix (#11694)

This commit is contained in:
Oliver
2026-04-08 19:16:10 +10:00
committed by GitHub
parent fea08653c0
commit 360beeaf52

View File

@@ -66,7 +66,7 @@ export function TableHoverCard({
zIndex={zIndex}
>
<HoverCard.Target>
<Group gap='xs' justify='space-between' wrap='nowrap'>
<Group gap='xs' justify='space-between'>
{value}
<InvenTreeIcon
icon={icon ?? 'info'}