diff --git a/src-web/components/core/Editor/Editor.css b/src-web/components/core/Editor/Editor.css index 43bd136d..407174fd 100644 --- a/src-web/components/core/Editor/Editor.css +++ b/src-web/components/core/Editor/Editor.css @@ -159,7 +159,7 @@ @apply shadow-lg bg-gray-50 rounded text-gray-700 border border-gray-200 z-50 pointer-events-auto text-[0.75rem]; &.cm-completionInfo-right { - @apply ml-1; + @apply ml-1 -mt-0.5 text-sm; } &.cm-completionInfo-right-narrow {