Skip to content

Commit 74ce404

Browse files
authored
Merge pull request #5 from aarongarciah/patch-1
Horizontal scrollbar in <pre> only when necessary.
2 parents e26b570 + 6d4ef33 commit 74ce404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre {
1010
padding: 1.3em;
1111
background-color: #f9f6dc;
1212
font-size: .75rem;
13-
overflow-x: scroll;
13+
overflow-x: auto;
1414
}
1515

1616
p > code {

0 commit comments

Comments
 (0)