Skip to content

Commit 45bdd0c

Browse files
committed
Merge pull request #17 from CaseyLeask/fix-overflow
Fixed overflow of code snippets
2 parents b474627 + 4f8c0d3 commit 45bdd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ h2 { background: #ddd; text-align: center; padding: 4px; }
2121
.info, .fork { padding: 10px; }
2222
.content { font-size: 1.2em; }
2323

24-
pre { margin: 3px; padding: 8px 20px; background: #ffd; font-size: 1.4em; }
24+
pre { margin: 3px; padding: 8px 20px; background: #ffd; font-size: 1.4em; word-wrap: break-word; }
2525

2626
#links { padding: 10px; }
2727
#links a { font-weight: bold; }

0 commit comments

Comments
 (0)