We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962e43d commit c0de372Copy full SHA for c0de372
react/react-admin/src/products/ProductEditDetails.tsx
@@ -40,7 +40,7 @@ export const ProductEditDetails = () => (
40
validate={req}
41
/>
42
</Grid>
43
- <Grid size={{ xs: 0, sm: 48 }} />
+ <Grid size={{ xs: 0, sm: 4 }} />
44
<Grid size={{ xs: 12, sm: 4 }}>
45
<NumberInput
46
source="price"
0 commit comments