mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-08-02 20:37:21 +02:00
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:
commit
8531947112
@ -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;
|
||||||
|
|||||||
@ -69,6 +69,7 @@
|
|||||||
|
|
||||||
.str-value {
|
.str-value {
|
||||||
color: var(--string-color);
|
color: var(--string-color);
|
||||||
|
white-space: preserve;
|
||||||
}
|
}
|
||||||
|
|
||||||
.num-value {
|
.num-value {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user