]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move that change to reboot
authorMark Otto <markdotto@gmail.com>
Sun, 8 May 2016 20:50:45 +0000 (13:50 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 8 May 2016 20:50:45 +0000 (13:50 -0700)
scss/_code.scss
scss/_reboot.scss

index 0ac1abe54851d300010b47d899f20712119115b4..ea660bcdbfda17800f671558acdafc9816f5cebd 100644 (file)
@@ -35,7 +35,6 @@ kbd {
 // Blocks of code
 pre {
   display: block;
-  overflow: auto; // Normalize v4 removed this property, causing `<pre>` content to break out of wrapping code snippets
   margin-top: 0;
   margin-bottom: 1rem;
   font-size: $code-font-size;
index 4906cb470a169cae8b2899213c36ed3ab8dbcb31..deb9613cc60c47a368af5e1a767dd86f64693d52 100644 (file)
@@ -200,6 +200,8 @@ pre {
   margin-top: 0;
   // Reset browser default of `1em` to use `rem`s
   margin-bottom: 1rem;
+  // Normalize v4 removed this property, causing `<pre>` content to break out of wrapping code snippets
+  overflow: auto;
 }