Skip to content

Commit 30a8f69

Browse files
committed
fix: issue with angular css selectors
1 parent 3b11468 commit 30a8f69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

showcases/showcase-styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
position: relative;
2222
}
2323

24+
db-card:is(.variants-card) > .db-card {
25+
padding: var(--db-spacing-fixed-sm);
26+
}
27+
2428
.variants-list {
2529
display: flex;
2630
flex-wrap: wrap;

0 commit comments

Comments
 (0)