mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix overflow auto removal on pre elements
This commit is contained in:
@@ -35,6 +35,7 @@ kbd {
|
|||||||
// Blocks of code
|
// Blocks of code
|
||||||
pre {
|
pre {
|
||||||
display: block;
|
display: block;
|
||||||
|
overflow: auto; // Normalize v4 removed this property, causing `<pre>` content to break out of wrapping code snippets
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-size: $code-font-size;
|
font-size: $code-font-size;
|
||||||
|
|||||||
Reference in New Issue
Block a user