Fix doc CSS to display white-space properly

See fmtlib/fmt.dev#25
This commit is contained in:
Watal M. Iwasaki 2025-12-03 11:00:22 +09:00
parent d6712ff2c0
commit c760900714

View File

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