fix: SC add products table full width (#7273)

This commit is contained in:
Frane Polić
2024-05-08 18:33:40 +02:00
committed by GitHub
parent c71a06c87f
commit 5952fddad5

View File

@@ -156,7 +156,7 @@ export const AddProductsToSalesChannelForm = ({
</Button>
</div>
</RouteFocusModal.Header>
<RouteFocusModal.Body className="flex h-full w-full flex-col items-center divide-y overflow-y-auto">
<RouteFocusModal.Body className="flex size-full flex-col overflow-y-auto">
<DataTable
table={table}
count={count}