Commit d1b81663 authored by Mark Otto's avatar Mark Otto
Browse files

Fix overflow auto removal on pre elements

parent 69afc168
17 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!26197V4 dev xmr,!20778V4 dev,!20539Allow multiple modals,!20493V4 dev display,!20636Fix docs for heading sizes,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!21067dfsa,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!19862Update Normalize to v4.0.0,!17021v4
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment