Skip to content

Commit 4cae48e

Browse files
committed
Same height for Config
Signed-off-by: Trung Nguyen <[email protected]>
1 parent 2db650a commit 4cae48e

File tree

1 file changed

+5
-2
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+5
-2
lines changed

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,12 @@ const ConfigurationModal = ({
279279
</TabPanel>
280280
<TabPanel value={tabValue} index={1}>
281281
<Stack
282-
direction="column"
283282
spacing={1}
284-
sx={{ overflow: 'auto', maxHeight: 'calc(80vh - 350px)' }}
283+
sx={{
284+
overflow: 'auto',
285+
maxHeight: 'calc(80vh - 200px)',
286+
minHeight: '180px',
287+
}}
285288
>
286289
<Stack
287290
direction="column"

0 commit comments

Comments
 (0)