feat(code-editor): increase top padding in code editor options for improved layout
This commit is contained in:
parent
051868cb65
commit
89512c8e6a
@ -14,7 +14,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = {
|
||||
enabled: false
|
||||
},
|
||||
padding: {
|
||||
top: 8
|
||||
top: 56
|
||||
},
|
||||
readOnly: false,
|
||||
scrollbar: {
|
||||
|
Loading…
Reference in New Issue
Block a user