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; } } }