fix(editor): Fix cropped off completions docstrings (#6129)

🐛 Fix cropped off docstrings
This commit is contained in:
Iván Ovejero
2023-05-02 09:36:28 +02:00
committed by GitHub
parent 14f71146e2
commit 85e8145439

View File

@@ -17,7 +17,6 @@
background-color: var(--color-background-xlight) !important;
.cm-tooltip {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}