mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
style: fix Steps rtl (#27511)
This commit is contained in:
parent
84726aeceb
commit
62fa37dfe0
@ -137,6 +137,10 @@
|
||||
// vertical
|
||||
.steps-vertical() {
|
||||
.@{steps-prefix-cls}-item {
|
||||
.@{steps-prefix-cls}-rtl& {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
&-icon {
|
||||
.@{steps-prefix-cls}-rtl& {
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user