Adjust padding on .highlight
blocks to align overflow scrollbar to the bottom
This commit is contained in:
parent
06a8249a69
commit
e4abec0a6f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
div.highlighter-rouge, figure.highlight {
|
div.highlighter-rouge, figure.highlight {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
padding: 1em;
|
|
||||||
border: 1px solid $border-color;
|
border: 1px solid $border-color;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
background-color: $code-background-color;
|
background-color: $code-background-color;
|
||||||
|
@ -27,6 +26,7 @@ div.highlighter-rouge, figure.highlight {
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 1em;
|
||||||
font-family: $monospace;
|
font-family: $monospace;
|
||||||
font-size: $type-size-7;
|
font-size: $type-size-7;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
|
|
Loading…
Add table
Reference in a new issue