Skip to content

Commit e6140dc

Browse files
authored
fix: code wrap (#1135)
1 parent 5ab08f4 commit e6140dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/configs/theme-css/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pre.code__pre > code,
241241
text-indent: 0;
242242
color: inherit;
243243
background: none;
244-
white-space: pre;
244+
white-space: nowrap;
245245
margin: 0;
246246
}
247247

0 commit comments

Comments
 (0)