Skip to content

Commit 265de5d

Browse files
committed
Debugger: in the tree view, display the white spaces as they're
And in the debug view, display the ltr chars in the same order as they are in showText argument.
1 parent 777251d commit 265de5d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

web/internal/draw_ops_view.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@
141141
}
142142
.op-arg {
143143
color: var(--number-color);
144+
direction: ltr;
145+
unicode-bidi: bidi-override;
144146
}
145147
.changed-value {
146148
font-weight: bold;

web/internal/tree_view.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
.str-value {
7171
color: var(--string-color);
72+
white-space: preserve;
7273
}
7374

7475
.num-value {

0 commit comments

Comments
 (0)