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 68d0400 commit 9fc0be6Copy full SHA for 9fc0be6
packages/compass-schema/src/components/export-schema-modal.tsx
@@ -45,13 +45,17 @@ const contentContainerStyles = css({
45
});
46
47
const codeEditorContainerStyles = css({
48
- maxHeight: `${spacing[1600] * 4 - spacing[800]}px`,
49
- overflow: 'auto',
+ height: `${spacing[1600] * 4 - spacing[400]}px`,
+ padding: spacing[100],
50
51
52
const codeStyles = css({
53
'& .cm-editor': {
54
- paddingLeft: spacing[2],
+ paddingLeft: spacing[200],
55
+ maxHeight: `${spacing[1600] * 4 - spacing[800]}px`,
56
+ },
57
+ '& .multiline-editor-actions': {
58
+ marginRight: spacing[300],
59
},
60
61
0 commit comments