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} zIndex={zIndex}
> >
<HoverCard.Target> <HoverCard.Target>
<Group gap='xs' justify='space-between' wrap='nowrap'> <Group gap='xs' justify='space-between'>
{value} {value}
<InvenTreeIcon <InvenTreeIcon
icon={icon ?? 'info'} icon={icon ?? 'info'}