mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
LibWebView: Preserve whitespace in view-source
This commit is contained in:
parent
bd6fdbf312
commit
e03da0e600
Notes:
github-actions[bot]
2024-09-30 07:54:29 +00:00
Author: https://github.com/AtkinsSJ
Commit: e03da0e600
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1513
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…
Add table
Add a link
Reference in a new issue