Skip to content

Commit 36b7e9f

Browse files
committed
fix(collapse): add mb-0 to accordion cards
1 parent 83b06ab commit 36b7e9f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v2.1.next
2+
- fix(collapse): add `mb-0` to accordion cards, thanks @ubugnu #449
3+
14
## v2.1.10
25
- fix: update `nodemon` to `1.18.7` (remove vulnerability)
36
- update: `@coreui/coreui` to `^2.1.3`

src/base/collapse.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
</div>
417417
<div class="card-body">
418418
<div id="accordion" role="tablist">
419-
<div class="card">
419+
<div class="card mb-0">
420420
<div class="card-header" id="headingOne" role="tab">
421421
<h5 class="mb-0">
422422
<a data-toggle="collapse" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">Collapsible Group Item #1</a>
@@ -428,7 +428,7 @@ <h5 class="mb-0">
428428
Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.</div>
429429
</div>
430430
</div>
431-
<div class="card">
431+
<div class="card mb-0">
432432
<div class="card-header" id="headingTwo" role="tab">
433433
<h5 class="mb-0">
434434
<a class="collapsed" data-toggle="collapse" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Collapsible Group Item #2</a>
@@ -440,7 +440,7 @@ <h5 class="mb-0">
440440
Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.</div>
441441
</div>
442442
</div>
443-
<div class="card">
443+
<div class="card mb-0">
444444
<div class="card-header" id="headingThree" role="tab">
445445
<h5 class="mb-0">
446446
<a class="collapsed" data-toggle="collapse" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">Collapsible Group Item #3</a>

src/vendors/pace-progress/css/pace.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendors/pace-progress/css/pace.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)