Fix doc CSS to display white-space properly (#4622)

See fmtlib/fmt.dev#25
This commit is contained in:
Watal M. Iwasaki
2025-12-04 04:35:04 +09:00
committed by GitHub
parent d6712ff2c0
commit e137db699a

View File

@@ -20,6 +20,7 @@
margin-left: 1em;
}
code,
pre > code.decl {
white-space: pre-wrap;
}