diff --git a/src/frontend/src/components/buttons/RemoveRowButton.tsx b/src/frontend/src/components/buttons/RemoveRowButton.tsx index a43095c7fb..86b39110cb 100644 --- a/src/frontend/src/components/buttons/RemoveRowButton.tsx +++ b/src/frontend/src/components/buttons/RemoveRowButton.tsx @@ -15,7 +15,7 @@ export default function RemoveRowButton({ onClick={onClick} icon={} tooltip={tooltip} - tooltipAlignment='top' + tooltipAlignment='top-end' color='red' /> ); diff --git a/src/frontend/src/forms/SalesOrderForms.tsx b/src/frontend/src/forms/SalesOrderForms.tsx index b1d893d34e..43351543b4 100644 --- a/src/frontend/src/forms/SalesOrderForms.tsx +++ b/src/frontend/src/forms/SalesOrderForms.tsx @@ -266,7 +266,8 @@ export function useAllocateToSalesOrderForm({ { title: t`Part`, style: { minWidth: '200px' } }, { title: t`Allocated`, style: { minWidth: '200px' } }, { title: t`Stock Item`, style: { width: '100%' } }, - { title: t`Quantity`, style: { width: '200px' } } + { title: t`Quantity`, style: { minWidth: '200px' } }, + { title: '', style: { width: '50px' } } ], modelRenderer: (row: TableFieldRowProps) => { const record =