Skip to content

Commit a2b3325

Browse files
committed
fix spacing a bit
1 parent 7df7f40 commit a2b3325

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/components/collapse.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,35 @@ Extend the default collapse behavior to create an accordion.
4545
<div id="accordion" role="tablist" aria-multiselectable="true">
4646
<div class="card">
4747
<div class="card-header" role="tab" id="headingOne">
48-
<h4 class="card-title">
48+
<h5 class="m-b-0">
4949
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
5050
Collapsible Group Item #1
5151
</a>
52-
</h4>
52+
</h5>
5353
</div>
5454
<div id="collapseOne" class="card-block collapse in" role="tabpanel" aria-labelledby="headingOne">
5555
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
5656
</div>
5757
</div>
5858
<div class="card">
5959
<div class="card-header" role="tab" id="headingTwo">
60-
<h4 class="card-title">
60+
<h5 class="m-b-0">
6161
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
6262
Collapsible Group Item #2
6363
</a>
64-
</h4>
64+
</h5>
6565
</div>
6666
<div id="collapseTwo" class="card-block collapse" role="tabpanel" aria-labelledby="headingTwo">
6767
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
6868
</div>
6969
</div>
7070
<div class="card">
7171
<div class="card-header" role="tab" id="headingThree">
72-
<h4 class="card-title">
72+
<h5 class="m-b-0">
7373
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
7474
Collapsible Group Item #3
7575
</a>
76-
</h4>
76+
</h5>
7777
</div>
7878
<div id="collapseThree" class="card-block collapse" role="tabpanel" aria-labelledby="headingThree">
7979
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

0 commit comments

Comments
 (0)