diff options
Diffstat (limited to 'demos/accordion/fillspace.html')
-rw-r--r-- | demos/accordion/fillspace.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index dd0849ff5..bced182f6 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -69,7 +69,7 @@ <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 sections and add scrollbars as needed.</p> +<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.</p> <pre>fillSpace: true</pre> </div><!-- End demo-description --> |