LibWebView: Preserve whitespace in view-source
This commit is contained in:
parent
bd6fdbf312
commit
e03da0e600
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ static String generate_style()
|
|||
|
||||
.line {
|
||||
counter-increment: line;
|
||||
white-space: nowrap;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.line::before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue