Skip to content

Commit 34da7ab

Browse files
committed
Fix: long code lines are hidden by the right margin (Closes #37)
1 parent a718f31 commit 34da7ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

html/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ pre {
3131
border: 1px solid #CFCFCF;
3232
padding: 0.6ex;
3333
color: black;
34+
white-space: pre-wrap;
35+
word-wrap: break-word;
3436
}
3537

3638
pre a, pre a:visited, pre a:link {

0 commit comments

Comments
 (0)