Skip to content

Commit 781b102

Browse files
Fixes #14 - do not break lines in code blocks
On Safari browser, desktop and mobile phone
1 parent 2d4a8b6 commit 781b102

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
text-decoration: underline;
2222
}
2323

24+
.md-typeset code {
25+
word-break: keep-all;
26+
}
27+
28+
.md-typeset pre {
29+
word-break: keep-all;
30+
}
31+
2432
@media print {
2533

2634
/* disable menu */

0 commit comments

Comments
 (0)