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
commit e03da0e600
Notes: github-actions[bot] 2024-09-30 07:54:29 +00:00

View file

@ -244,7 +244,7 @@ static String generate_style()
.line {
counter-increment: line;
white-space: nowrap;
white-space: pre;
}
.line::before {