From dd979d31b2501eca3270a79faa185168376d4a63 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Fri, 21 Feb 2025 02:09:31 +0800 Subject: [PATCH] feat(code-editor): decrease top padding in code editor options for better layout --- src/constants/code-editor-options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/code-editor-options.ts b/src/constants/code-editor-options.ts index 90a9f1d..235c9d4 100644 --- a/src/constants/code-editor-options.ts +++ b/src/constants/code-editor-options.ts @@ -14,7 +14,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = { enabled: false }, padding: { - top: 56 + top: 18 }, readOnly: false, scrollbar: {