Skip to content

Commit

Permalink
Adjust padding on .highlight blocks to align overflow scrollbar to …
Browse files Browse the repository at this point in the history
…the bottom
  • Loading branch information
mmistakes committed Aug 22, 2016
1 parent 06a8249 commit e4abec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
div.highlighter-rouge, figure.highlight {
position: relative;
margin-bottom: 1em;
padding: 1em;
border: 1px solid $border-color;
border-radius: $border-radius;
background-color: $code-background-color;
Expand All @@ -27,6 +26,7 @@ div.highlighter-rouge, figure.highlight {

.highlight {
margin: 0;
padding: 1em;
font-family: $monospace;
font-size: $type-size-7;
line-height: 1.8;
Expand Down

0 comments on commit e4abec0

Please # to comment.