Skip to content

Commit 21a5fb6

Browse files
committed
fix(theme): disable text autospace in <pre> (closes #5115)
1 parent 8096eac commit 21a5fb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client/theme-default/styles/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
kbd,
122122
samp {
123123
font-family: var(--vp-font-family-mono);
124+
text-autospace: no-autospace;
124125
}
125126

126127
img,

0 commit comments

Comments
 (0)