diff --git a/normalize.css b/normalize.css index a7a42e7..41d4381 100644 --- a/normalize.css +++ b/normalize.css @@ -172,11 +172,11 @@ samp { } /** - * Improve readability of pre-formatted text in all browsers. + * Contain overflow in all browsers. */ pre { - white-space: pre-wrap; + overflow: auto; } /**