diff options
| author | Mark Otto <[email protected]> | 2018-02-02 22:38:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-02-02 22:38:01 -0800 |
| commit | 24ab1fcf4251cf4cb7849cc7c4df23964db1f425 (patch) | |
| tree | 69dc19f95f1e6e8789c11205304be8ba17ac97b6 /docs | |
| parent | c68d26baa2b3166a7414ce6b607a20da702230ca (diff) | |
| download | bootstrap-24ab1fcf4251cf4cb7849cc7c4df23964db1f425.tar.xz bootstrap-24ab1fcf4251cf4cb7849cc7c4df23964db1f425.zip | |
close #25534
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/content/code.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/content/code.md b/docs/4.0/content/code.md index ddd7b9031..29e66d52f 100644 --- a/docs/4.0/content/code.md +++ b/docs/4.0/content/code.md @@ -16,7 +16,7 @@ For example, <code><section></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><p>Sample text here...</p> |
