fix(theme): disable text autospace in `<pre>` (closes #5115)

pull/4522/merge
Divyansh Singh 6 months ago
parent 8096eaca4f
commit 21a5fb6a96

@ -121,6 +121,7 @@
kbd,
samp {
font-family: var(--vp-font-family-mono);
text-autospace: no-autospace;
}
img,

Loading…
Cancel
Save