File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/compass-indexes/src/components/create-index-form Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,26 @@ const suggestedIndexButtonStyles = css({
3737 position : 'absolute' ,
3838 right : spacing [ 600 ] ,
3939 bottom : spacing [ 600 ] ,
40+ marginBottom : spacing [ 400 ] ,
4041} ) ;
4142
4243const editorContainerRadius = spacing [ 300 ] ;
4344
4445const codeEditorContainerStyles = css ( {
4546 border : `1px solid ${ palette . gray . base } ` ,
4647 borderRadius : editorContainerRadius ,
48+ marginBottom : spacing [ 600 ] ,
4749} ) ;
4850
4951const codeEditorStyles = css ( {
5052 borderRadius : editorContainerRadius ,
5153 '& .cm-editor' : {
52- background : 'transparent !important' ,
54+ background : `${ palette . white } !important` ,
55+ borderRadius : editorContainerRadius ,
5356 } ,
5457 '& .cm-content' : {
5558 padding : spacing [ 600 ] ,
59+ paddingBottom : spacing [ 1400 ] ,
5660 } ,
5761} ) ;
5862
You can’t perform that action at this time.
0 commit comments