diff --git a/packages/editor-ui/src/styles/autocomplete-theme.scss b/packages/editor-ui/src/styles/autocomplete-theme.scss index f67c429759..5cdf4f7442 100644 --- a/packages/editor-ui/src/styles/autocomplete-theme.scss +++ b/packages/editor-ui/src/styles/autocomplete-theme.scss @@ -17,7 +17,6 @@ background-color: var(--color-background-xlight) !important; .cm-tooltip { - white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }