chore: remove code wrap

This commit is contained in:
TaurusXin 2024-03-27 19:31:06 +08:00
parent e23dff1919
commit 53b7648e41
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC

View File

@ -79,9 +79,10 @@
* Global font family
*/
:root {
--code-font-family: "Jetbrains Mono", Menlo, Monaco, Consolas, "Courier New", var(--zh-font-family), monospace;
--code-font-family: 'Jetbrains Mono', Menlo, Monaco, Consolas, 'Courier New',
var(--zh-font-family), monospace;
}
code > span.line {
white-space : pre-wrap;
}
// code > span.line {
// white-space : pre-wrap;
// }