Skip to content

Commit e4abec0

Browse files
committedAug 22, 2016
Adjust padding on .highlight blocks to align overflow scrollbar to the bottom
1 parent 06a8249 commit e4abec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_sass/_syntax.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
div.highlighter-rouge, figure.highlight {
66
position: relative;
77
margin-bottom: 1em;
8-
padding: 1em;
98
border: 1px solid $border-color;
109
border-radius: $border-radius;
1110
background-color: $code-background-color;
@@ -27,6 +26,7 @@ div.highlighter-rouge, figure.highlight {
2726

2827
.highlight {
2928
margin: 0;
29+
padding: 1em;
3030
font-family: $monospace;
3131
font-size: $type-size-7;
3232
line-height: 1.8;

0 commit comments

Comments
 (0)
Please sign in to comment.