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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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'}