Fix autocomplete doc font size

This commit is contained in:
Gregory Schier
2023-05-31 21:32:48 -07:00
parent 9e4e6435ab
commit b866dcd566

View File

@@ -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 {