diff --git a/libs/remix-ui/editor/src/lib/remix-ui-editor.css b/libs/remix-ui/editor/src/lib/remix-ui-editor.css index 6443938ff5..b8bd41716c 100644 --- a/libs/remix-ui/editor/src/lib/remix-ui-editor.css +++ b/libs/remix-ui/editor/src/lib/remix-ui-editor.css @@ -25,4 +25,8 @@ color: var(--white) !important; filter: opacity(0.5); font-weight: bolder; +} + +div.monaco-list-row > span.title { + margin-top: 12px; } \ No newline at end of file