Skip to content

Commit

Permalink
Don't collapse whitespace in variables viewer
Browse files Browse the repository at this point in the history
Fix #8693
  • Loading branch information
roblourens committed Dec 10, 2022
1 parent d75ae7a commit 171d34d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

.react-grid-variable-explorer-cell-string {
white-space: pre;
color: var(--vscode-editor-foreground);
}

Expand Down

0 comments on commit 171d34d

Please sign in to comment.