mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-09 03:31:01 +02:00
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.
This commit is contained in:
parent
777251da85
commit
265de5d453
@ -141,6 +141,8 @@
|
||||
}
|
||||
.op-arg {
|
||||
color: var(--number-color);
|
||||
direction: ltr;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
.changed-value {
|
||||
font-weight: bold;
|
||||
|
||||
@ -69,6 +69,7 @@
|
||||
|
||||
.str-value {
|
||||
color: var(--string-color);
|
||||
white-space: preserve;
|
||||
}
|
||||
|
||||
.num-value {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user