Skip to content

Commit

Permalink
fix border issue for nested card inside accordions (#27881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovpv authored and MartijnCuppens committed Jan 8, 2019
1 parent 191edf2 commit 61c2b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
//

.accordion {
.card {
> .card {
overflow: hidden;

&:not(:first-of-type) {
Expand Down

0 comments on commit 61c2b53

Please sign in to comment.