Skip to content

Commit b573ec4

Browse files
author
Ralf Grubenmann
committed
Add horizontal scrolling to code snippets
1 parent 87c6968 commit b573ec4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/css/poole.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ pre code {
186186
}
187187
.highlight pre {
188188
margin-bottom: 0;
189+
overflow-x: auto;
189190
}
190191

191192
/* Gist via GitHub Pages */

0 commit comments

Comments
 (0)