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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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