diff options
Diffstat (limited to 'demos/accordion/fillspace.html')
-rw-r--r-- | demos/accordion/fillspace.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index a6a896767..2e880dd48 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -75,7 +75,8 @@ Resize the outer container: <div class="demo-description"> <p>In this example, the fillSpace option is used to make the accordion fit within a specific height and/or width. The script will automatically set the dimensions of the accordion to the height of the parent container. Try re-sizing the outer box to see the accordion fill the height of the box.</p> -<pre>fillSpace: true</pre> +<pre><code>fillSpace: true +</code></pre> </div><!-- End demo-description --> |