stock table rendering tweaks

This commit is contained in:
Oliver Walters 2026-06-27 00:03:45 +00:00
parent 79604a5ecb
commit 76ca5c50a1
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -86,6 +86,7 @@ function stockItemTableColumns({
'allocated',
'consumed',
'installed',
'in_stock',
'sent_to_customer'
]
}),