We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2497f2e commit eadd206Copy full SHA for eadd206
1 file changed
app/configurator/components/select-dataset-step.tsx
@@ -83,7 +83,7 @@ const useStyles = makeStyles<Theme, { datasetPresent: boolean }>((theme) => ({
83
gridTemplateColumns:
84
"minmax(12rem, 20rem) minmax(22rem, 1fr) minmax(12rem, 20rem)",
85
gridTemplateAreas: `". banner ."`,
86
- height: BANNER_HEIGHT,
+ minHeight: BANNER_HEIGHT,
87
marginTop: BANNER_MARGIN_TOP,
88
backgroundColor: theme.palette.primary.light,
89
},
0 commit comments