mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix Wizard FormControlLabel spacing
This commit is contained in:
@@ -208,6 +208,10 @@ export default function Step1Columns({
|
||||
root: classes.formControlLabel,
|
||||
label: classes.columnLabel,
|
||||
}}
|
||||
sx={{
|
||||
alignItems: "center",
|
||||
"& .MuiFormControlLabel-label": { mt: 0 },
|
||||
}}
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
|
||||
@@ -132,6 +132,10 @@ export default function Step1Columns({ config, setConfig }: IStepProps) {
|
||||
label: classes.columnLabel,
|
||||
}}
|
||||
style={{ height: 44 }}
|
||||
sx={{
|
||||
alignItems: "center",
|
||||
"& .MuiFormControlLabel-label": { mt: 0 },
|
||||
}}
|
||||
/>
|
||||
</li>
|
||||
|
||||
@@ -152,6 +156,10 @@ export default function Step1Columns({ config, setConfig }: IStepProps) {
|
||||
root: classes.formControlLabel,
|
||||
label: classes.columnLabel,
|
||||
}}
|
||||
sx={{
|
||||
alignItems: "center",
|
||||
"& .MuiFormControlLabel-label": { mt: 0 },
|
||||
}}
|
||||
/>
|
||||
</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user