From 85e8145439f89e76fe5fe3a659430c03738d6e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 2 May 2023 09:36:28 +0200 Subject: [PATCH] fix(editor): Fix cropped off completions docstrings (#6129) :bug: Fix cropped off docstrings --- packages/editor-ui/src/styles/autocomplete-theme.scss | 1 - 1 file changed, 1 deletion(-) 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; }