Commit ea9129c8 authored by Vishnuprasad Venugopal's avatar Vishnuprasad Venugopal Committed by XhmikosR
Browse files

fix border issue for nested card inside accordions (#27881)

parent e6b1eefc
Showing with 1 addition and 1 deletion
+1 -1
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
// //
.accordion { .accordion {
.card { > .card {
overflow: hidden; overflow: hidden;
&:not(:first-of-type) { &:not(:first-of-type) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment