mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
Fix overflow auto removal on pre elements
This commit is contained in:
parent
69afc16867
commit
d1b8166374
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue