mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +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
|
enabled: false
|
||||||
},
|
},
|
||||||
padding: {
|
padding: {
|
||||||
top: 56
|
top: 18
|
||||||
},
|
},
|
||||||
readOnly: false,
|
readOnly: false,
|
||||||
scrollbar: {
|
scrollbar: {
|
||||||
|
Loading…
Reference in New Issue
Block a user