From 7da45506d4fe83432dfe43a655f569cf8b6dc697 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 4 Apr 2023 07:51:19 -0700 Subject: [PATCH] Fix autocomplete spacing --- src-web/components/core/Editor/Editor.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src-web/components/core/Editor/Editor.css b/src-web/components/core/Editor/Editor.css index 969652c5..2d1f501b 100644 --- a/src-web/components/core/Editor/Editor.css +++ b/src-web/components/core/Editor/Editor.css @@ -188,15 +188,14 @@ } .cm-completionIcon { - @apply text-sm flex items-center pb-0.5; + @apply text-sm flex items-center pb-0.5 flex-shrink-0; } - .cm-completionLabel { } .cm-completionDetail { - @apply ml-auto; + @apply ml-auto pl-4; } } }