Table icon fix (#11694)
This commit is contained in:
parent
fea08653c0
commit
360beeaf52
|
|
@ -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'}
|
||||
|
|
|
|||
Loading…
Reference in New Issue