Skip to content

Commit 1f4fe91

Browse files
committed
Same height for Tools and Config
Signed-off-by: Trung Nguyen <[email protected]>
1 parent 6821f34 commit 1f4fe91

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
@@ -275,8 +275,11 @@ const ConfigurationModal = ({
275275
{!catalogItem?.tools?.length && (
276276
<Typography>No tools available for this item.</Typography>
277277
)}
278-
<TableContainer component={Paper}>
279-
<Table>
278+
<TableContainer
279+
component={Paper}
280+
sx={{ height: 'calc(80vh - 200px)' }}
281+
>
282+
<Table stickyHeader>
280283
<TableHead>
281284
<TableRow>
282285
<TableCell>Name</TableCell>

0 commit comments

Comments
 (0)