Skip to content

Commit b9f4a6a

Browse files
committed
decrease height
1 parent 4f9e61c commit b9f4a6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

catalog/app/containers/Admin/Buckets/Tabulator.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ const useTabulatorTableStyles = M.makeStyles((t) => ({
8787
marginBottom: 'auto',
8888
},
8989
editor: {
90-
minHeight: t.spacing(25),
90+
minHeight: t.spacing(15),
91+
'& .ace_editor': {
92+
minHeight: t.spacing(15),
93+
},
9194
},
9295
header: {
9396
alignItems: 'center',

0 commit comments

Comments
 (0)