1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

move that change to reboot

This commit is contained in:
Mark Otto
2016-05-08 13:50:45 -07:00
parent d1b8166374
commit 69219d4271
2 changed files with 2 additions and 1 deletions

View 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;
}