aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Lacreuse <[email protected]>2018-09-25 09:36:38 +0200
committerXhmikosR <[email protected]>2018-09-25 11:41:35 +0300
commit46893e23a3d02dae7353dc2ef0e4aa70fcd4eafb (patch)
tree30c6b2fc3b8617ac08a65f4e002dfc0628b66290
parent252e538985613c99bf6a327039604412c30851c7 (diff)
downloadbootstrap-46893e23a3d02dae7353dc2ef0e4aa70fcd4eafb.tar.xz
bootstrap-46893e23a3d02dae7353dc2ef0e4aa70fcd4eafb.zip
Add explanation about accordion wrapper.
-rw-r--r--site/docs/4.1/components/collapse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/components/collapse.md b/site/docs/4.1/components/collapse.md
index 047423b91..88ed86a67 100644
--- a/site/docs/4.1/components/collapse.md
+++ b/site/docs/4.1/components/collapse.md
@@ -69,7 +69,7 @@ Multiple `<button>` or `<a>` can show and hide an element if they each reference
## Accordion example
-Using the [card]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/) component, you can extend the default collapse behavior to create an accordion.
+Using the [card]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/) component, you can extend the default collapse behavior to create an accordion. To properly achieve the accordion style, be sure to use `.accordion` as a wrapper.
{% capture example %}
<div class="accordion" id="accordionExample">