Skip to content

Commit 0390323

Browse files
committed
fix(cards): No more double margin if inside padding container
1 parent bf1c1bc commit 0390323

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: scss/_list.scss

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
6060
}
6161

62+
.padding {
63+
.card, .list-inset {
64+
margin-left: 0;
65+
margin-right: 0;
66+
}
67+
}
68+
6269
.card .item,
6370
.list-inset .item,
6471
.padding > .list .item

0 commit comments

Comments
 (0)