From e4abec0a6f7f8cff72505ca0754615df294fd5b3 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 21 Aug 2016 23:16:46 -0400 Subject: [PATCH] Adjust padding on `.highlight` blocks to align overflow scrollbar to the bottom --- _sass/_syntax.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_syntax.scss b/_sass/_syntax.scss index f40ed050..4460297b 100644 --- a/_sass/_syntax.scss +++ b/_sass/_syntax.scss @@ -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; @@ -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;