]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove margin from pre in code.scss since it's already set in reboot (#24366)
authorAndres Galante <agalante@gmail.com>
Fri, 20 Oct 2017 07:33:56 +0000 (04:33 -0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 20 Oct 2017 07:33:56 +0000 (10:33 +0300)
scss/_code.scss

index 759da15b791e70d7f7f9e8f9ea8877e2449a74a1..b88f5b61dee156f49935fb361ea40fb9da048179 100644 (file)
@@ -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;