fix(editor): Fix cropped off completions docstrings (#6129)
🐛 Fix cropped off docstrings
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
background-color: var(--color-background-xlight) !important;
|
||||
|
||||
.cm-tooltip {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user