From: Mark Otto Date: Sat, 3 Feb 2018 06:38:01 +0000 (-0800) Subject: close #25534 X-Git-Tag: v4.1.0~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ab1fcf4251cf4cb7849cc7c4df23964db1f425;p=thirdparty%2Fbootstrap.git close #25534 --- diff --git a/docs/4.0/content/code.md b/docs/4.0/content/code.md index ddd7b9031a..29e66d52fc 100644 --- a/docs/4.0/content/code.md +++ b/docs/4.0/content/code.md @@ -16,7 +16,7 @@ For example, <section> should be wrapped as inline. ## Code blocks -Use `
`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 `
`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 %}
 
<p>Sample text here...</p>