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;
|
background-color: var(--color-background-xlight) !important;
|
||||||
|
|
||||||
.cm-tooltip {
|
.cm-tooltip {
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user