From ea9129c8ae827a3a68e244e78ae4aacd281c4c39 Mon Sep 17 00:00:00 2001
From: Vishnuprasad Venugopal <viktor.prasad@gmail.com>
Date: Mon, 7 Jan 2019 06:36:37 +0530
Subject: [PATCH] fix border issue for nested card inside accordions (#27881)

---
 scss/_card.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/_card.scss b/scss/_card.scss
index 9ed6ee129a..baf5dc8710 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -258,7 +258,7 @@
 //
 
 .accordion {
-  .card {
+  > .card {
     overflow: hidden;
 
     &:not(:first-of-type) {
-- 
GitLab