LibWebView: Preserve whitespace in view-source

This commit is contained in:
Sam Atkins
2024-09-24 16:32:57 +01:00
committed by Sam Atkins
parent bd6fdbf312
commit e03da0e600

View File

@@ -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 {