Skip to content

Commit c5682ea

Browse files
committed
Adjust Grid size in MaintenanceForm from 6 to 12 for improved layout consistency
1 parent a997beb commit c5682ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/settings/maintenance-form.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ const MaintenanceForm = () => {
292292
<TabPanel tabKey="redux-inspector">
293293
<Stack spacing={2}>
294294
<Grid container spacing={2}>
295-
<Grid size={{ xs: 12, md: 6 }}>
295+
<Grid size={{ xs: 12, md: 12 }}>
296296
<Paper
297297
variant="outlined"
298298
sx={{

0 commit comments

Comments
 (0)