mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-12 16:24:04 +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 {
|
||||
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