mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 23:42:24 +00:00
feat(code-editor): decrease top padding in code editor options for better layout
This commit is contained in:
parent
d289736976
commit
dd979d31b2
@ -14,7 +14,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = {
|
||||
enabled: false
|
||||
},
|
||||
padding: {
|
||||
top: 56
|
||||
top: 18
|
||||
},
|
||||
readOnly: false,
|
||||
scrollbar: {
|
||||
|
Loading…
Reference in New Issue
Block a user