Skip to content

Commit 37dac63

Browse files
committed
Fix Pre Code Overflow
1 parent 3946e8f commit 37dac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/content/_code.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
#{$parent-selector} pre {
5656
display: block;
5757
margin-bottom: var(#{$css-var-prefix}spacing);
58-
overflow-x: auto;
5958

6059
> code {
6160
display: block;
6261
padding: var(#{$css-var-prefix}spacing);
6362
background: none;
6463
line-height: var(#{$css-var-prefix}line-height);
64+
overflow-x: auto;
6565
}
6666
}
6767

0 commit comments

Comments
 (0)