From b866dcd566ea90b695b692f53f58bc2d93818bd0 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 31 May 2023 21:32:48 -0700 Subject: [PATCH] Fix autocomplete doc font size --- src-web/components/core/Editor/Editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {