chore: remove code wrap
This commit is contained in:
parent
e23dff1919
commit
53b7648e41
@ -79,9 +79,10 @@
|
|||||||
* Global font family
|
* Global font family
|
||||||
*/
|
*/
|
||||||
:root {
|
: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 {
|
// code > span.line {
|
||||||
white-space : pre-wrap;
|
// white-space : pre-wrap;
|
||||||
}
|
// }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user