aboutsummaryrefslogtreecommitdiff
path: root/scss/_code.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-08 13:50:45 -0700
committerMark Otto <[email protected]>2016-05-08 13:50:45 -0700
commit69219d42718a332fcc952bfb8d3b0f540241d678 (patch)
treecb39047894d3293e70fda772cc5d8050509e6b89 /scss/_code.scss
parentd1b816637440aec4d3feb514ee0ddb9bcb130453 (diff)
downloadbootstrap-69219d42718a332fcc952bfb8d3b0f540241d678.tar.xz
bootstrap-69219d42718a332fcc952bfb8d3b0f540241d678.zip
move that change to reboot
Diffstat (limited to 'scss/_code.scss')
-rw-r--r--scss/_code.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_code.scss b/scss/_code.scss
index 0ac1abe54..ea660bcdb 100644
--- a/scss/_code.scss
+++ b/scss/_code.scss
@@ -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;