Skip to content

Commit 397a812

Browse files
committed
fix(card): rtl float for card-header-actions
1 parent 7b093a1 commit 397a812

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scss/_card.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@
6868
margin-right: - ($spacer / 4);
6969
}
7070

71+
*[dir="rtl"] {
72+
.card-header-actions {
73+
float: left;
74+
margin-right: auto;
75+
margin-left: - ($spacer / 4);
76+
}
77+
}
78+
7179
.card-header-action {
7280
padding: 0 ($spacer / 4);
7381
color: $gray-600;

0 commit comments

Comments
 (0)