mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user