diff options
| author | Vishnuprasad Venugopal <[email protected]> | 2019-01-07 06:36:37 +0530 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-07 03:06:37 +0200 |
| commit | ea9129c8ae827a3a68e244e78ae4aacd281c4c39 (patch) | |
| tree | 4a9aa8a29f571e10e3fe1c7b9da55682620e4c2d | |
| parent | e6b1eefc7392478c4acedaebc3c6b27a47e586c4 (diff) | |
| download | bootstrap-ea9129c8ae827a3a68e244e78ae4aacd281c4c39.tar.xz bootstrap-ea9129c8ae827a3a68e244e78ae4aacd281c4c39.zip | |
fix border issue for nested card inside accordions (#27881)
| -rw-r--r-- | scss/_card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 9ed6ee129..baf5dc871 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -258,7 +258,7 @@ // .accordion { - .card { + > .card { overflow: hidden; &:not(:first-of-type) { |
