diff options
| author | Patrick H. Lauke <[email protected]> | 2020-12-14 07:38:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-14 09:38:59 +0200 |
| commit | b2477cc70cfdf70109921abf4398f1bed4ec09be (patch) | |
| tree | 262c464d489c47b3d9eadb881dd9248b4b30f6ab | |
| parent | 764e5298dea17e15bbcbf792204a45a761bedc0a (diff) | |
| download | bootstrap-b2477cc70cfdf70109921abf4398f1bed4ec09be.tar.xz bootstrap-b2477cc70cfdf70109921abf4398f1bed4ec09be.zip | |
Straggler lorem ipsum text (#32463)
| -rw-r--r-- | site/content/docs/5.0/components/collapse.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.0/components/collapse.md b/site/content/docs/5.0/components/collapse.md index 0c23133b6..57ee78e10 100644 --- a/site/content/docs/5.0/components/collapse.md +++ b/site/content/docs/5.0/components/collapse.md @@ -35,7 +35,7 @@ You can use a link with the `href` attribute, or a button with the `data-bs-targ </p> <div class="collapse" id="collapseExample"> <div class="card card-body"> - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. + Some placeholder content for the collapse component. This panel is hidden by default but revealed when the user activates the relevant trigger. </div> </div> {{< /example >}} @@ -55,14 +55,14 @@ Multiple `<button>` or `<a>` can show and hide an element if they each reference <div class="col"> <div class="collapse multi-collapse" id="multiCollapseExample1"> <div class="card card-body"> - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. + Some placeholder content for the first collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger. </div> </div> </div> <div class="col"> <div class="collapse multi-collapse" id="multiCollapseExample2"> <div class="card card-body"> - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. + Some placeholder content for the second collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger. </div> </div> </div> |
