Merge pull request #20978 from calixteman/debugger_tree_whitespace

Debugger: in the tree view, display the white spaces as they're
This commit is contained in:
Tim van der Meij 2026-03-26 20:30:32 +01:00 committed by GitHub
commit 8531947112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,8 @@
} }
.op-arg { .op-arg {
color: var(--number-color); color: var(--number-color);
direction: ltr;
unicode-bidi: bidi-override;
} }
.changed-value { .changed-value {
font-weight: bold; font-weight: bold;

View File

@ -69,6 +69,7 @@
.str-value { .str-value {
color: var(--string-color); color: var(--string-color);
white-space: preserve;
} }
.num-value { .num-value {