style: fix Steps rtl (#27511)

This commit is contained in:
xrkffgg 2020-11-03 11:01:56 +08:00 committed by GitHub
parent 84726aeceb
commit 62fa37dfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;