Skip to content

Commit a7d4022

Browse files
Fixed text wrapping in code blocks
1 parent de8bb67 commit a7d4022

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

less/blocks.less

+4
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@
214214

215215
}
216216

217+
& pre code {
218+
white-space: pre;
219+
}
220+
217221
}
218222

219223
.cdx-list.cdx-list--ordered,

0 commit comments

Comments
 (0)