Skip to content

Commit 952df56

Browse files
committed
Fix code block whitespace rendering in examples
1 parent 631799f commit 952df56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ body {
244244

245245
.code-block code {
246246
color: #8be9fd;
247+
white-space: pre;
248+
display: block;
247249
}
248250

249251
/* Snap points example */

0 commit comments

Comments
 (0)