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 2db650a commit 4cae48eCopy full SHA for 4cae48e
src/extension/ui/src/components/tile/Modal.tsx
@@ -279,9 +279,12 @@ const ConfigurationModal = ({
279
</TabPanel>
280
<TabPanel value={tabValue} index={1}>
281
<Stack
282
- direction="column"
283
spacing={1}
284
- sx={{ overflow: 'auto', maxHeight: 'calc(80vh - 350px)' }}
+ sx={{
+ overflow: 'auto',
285
+ maxHeight: 'calc(80vh - 200px)',
286
+ minHeight: '180px',
287
+ }}
288
>
289
290
direction="column"
0 commit comments