Skip to content

Commit c0de372

Browse files
committed
Fix grid size for spacing in ProductEditDetails component
1 parent 962e43d commit c0de372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/react-admin/src/products/ProductEditDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const ProductEditDetails = () => (
4040
validate={req}
4141
/>
4242
</Grid>
43-
<Grid size={{ xs: 0, sm: 48 }} />
43+
<Grid size={{ xs: 0, sm: 4 }} />
4444
<Grid size={{ xs: 12, sm: 4 }}>
4545
<NumberInput
4646
source="price"

0 commit comments

Comments
 (0)