]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
close #25534
authorMark Otto <markdotto@gmail.com>
Sat, 3 Feb 2018 06:38:01 +0000 (22:38 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 3 Feb 2018 06:38:01 +0000 (22:38 -0800)
docs/4.0/content/code.md

index ddd7b9031a41a0d5dd4eda6de84932fa5a8cfb1c..29e66d52fcecdb91a6bcf6281f9f5fa7ece67f90 100644 (file)
@@ -16,7 +16,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
 
 ## Code blocks
 
-Use `<pre>`s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the `.pre-scrollable` class, which will set a max-height of 350px and provide a y-axis scrollbar.
+Use `<pre>`s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the `.pre-scrollable` class, which will set a max-height of 340px and provide a y-axis scrollbar.
 
 {% example html %}
 <pre><code>&lt;p&gt;Sample text here...&lt;/p&gt;