mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
LibWebView: Preserve whitespace in view-source
This commit is contained in:
@@ -244,7 +244,7 @@ static String generate_style()
|
|||||||
|
|
||||||
.line {
|
.line {
|
||||||
counter-increment: line;
|
counter-increment: line;
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
.line::before {
|
.line::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user