From 89512c8e6a3fd376906fc07ffc65bd0f4f3850ad Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Fri, 21 Feb 2025 00:56:41 +0800 Subject: [PATCH] feat(code-editor): increase top padding in code editor options for improved 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 0198484..90a9f1d 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: 8 + top: 56 }, readOnly: false, scrollbar: {