Preserve newlines in signature help display

Fixes #26346

**Bug**
Signature help currently handles newlines differently than completion item providers. This results in inconsistent looking documentation

**fix**
Use `pre-wrap` for the signature help documentation the same way we do for completion items
This commit is contained in:
Matt Bierner
2017-05-09 21:30:24 -07:00
parent f7306841f6
commit f2b9e43a0e

View File

@@ -55,6 +55,7 @@
.monaco-editor .parameter-hints-widget .docs {
padding: 0 10px 0 5px;
white-space: pre-wrap;
}
.monaco-editor .parameter-hints-widget .buttons {