Skip to content

Commit 545c133

Browse files
authored
Merge pull request #687 from srobo/code-block-horizontal-scroll
Enable horizontal scrolling for code blocks
2 parents 2e8466f + 7e48be3 commit 545c133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
}
3535

3636
pre.highlight {
37+
overflow-x: auto;
3738
padding: 1.5rem;
3839
}
3940

0 commit comments

Comments
 (0)