From: Andres Galante Date: Fri, 20 Oct 2017 07:33:56 +0000 (-0300) Subject: Remove margin from pre in code.scss since it's already set in reboot (#24366) X-Git-Tag: v4.0.0-beta.3~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89187f94d1e0c197ee24726e93b1d71417c6aed;p=thirdparty%2Fbootstrap.git Remove margin from pre in code.scss since it's already set in reboot (#24366) --- diff --git a/scss/_code.scss b/scss/_code.scss index 759da15b79..b88f5b61de 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -42,8 +42,6 @@ kbd { // Blocks of code pre { display: block; - margin-top: 0; - margin-bottom: 1rem; font-size: $code-font-size; color: $pre-color;