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.
mui
ObjectFieldTemplate
1 parent f005ce7 commit 3339e7aCopy full SHA for 3339e7a
packages/mui/src/ObjectFieldTemplate/ObjectFieldTemplate.tsx
@@ -76,7 +76,7 @@ export default function ObjectFieldTemplate<
76
element.hidden ? (
77
element.content
78
) : (
79
- <Grid2 size='auto' key={index} style={{ marginBottom: '10px' }}>
+ <Grid2 size={{ xs: 12 }} key={index} style={{ marginBottom: '10px' }}>
80
{element.content}
81
</Grid2>
82
)
0 commit comments