From 90c9059784dc75c37f04e1a1dfdfa0f4f03772bd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 Mar 2021 23:01:01 -0700 Subject: [PATCH] Clarify docs accordion example (#33522) --- site/content/docs/5.0/components/accordion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/components/accordion.md b/site/content/docs/5.0/components/accordion.md index 923d5a98bd..864ff90c54 100644 --- a/site/content/docs/5.0/components/accordion.md +++ b/site/content/docs/5.0/components/accordion.md @@ -31,7 +31,7 @@ Click the accordions below to expand/collapse the accordion content.
- This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. + This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-- 2.47.2