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 4f9e61c commit b9f4a6aCopy full SHA for b9f4a6a
catalog/app/containers/Admin/Buckets/Tabulator.tsx
@@ -87,7 +87,10 @@ const useTabulatorTableStyles = M.makeStyles((t) => ({
87
marginBottom: 'auto',
88
},
89
editor: {
90
- minHeight: t.spacing(25),
+ minHeight: t.spacing(15),
91
+ '& .ace_editor': {
92
93
+ },
94
95
header: {
96
alignItems: 'center',
0 commit comments