Skip to content

Commit 8cc49f5

Browse files
authored
fix(card): fix card actions content alignment in vertical orientation. (#1472)
1 parent c6dfcb7 commit 8cc49f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/card/themes/card.actions.base.scss

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

24+
:host([orientation='vertical']) {
25+
justify-content: space-around;
26+
}
27+
2428
::slotted([slot='start']) {
2529
display: flex;
2630
align-items: center;

0 commit comments

Comments
 (0)