Skip to content

Commit 447eee9

Browse files
committed
Fix responsive layout by allowing <code> to wrap
1 parent 0938b52 commit 447eee9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scss/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ pre {
1010
margin-bottom: 20px;
1111
}
1212

13+
14+
code {
15+
// Allow wrapping of code
16+
white-space: normal;
17+
}
18+
1319
.nowrap {
1420
white-space: nowrap;
1521
}

0 commit comments

Comments
 (0)