fix: List action rtl style (#26964)

This commit is contained in:
xrk 2020-09-30 17:30:25 +08:00 committed by GitHub
parent 0ddd367b51
commit 76a85ca14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,9 @@
}
& > li:first-child {
.@{list-prefix-cls}-rtl & {
.@{list-prefix-cls}.@{list-prefix-cls}-rtl & {
padding-right: 0;
padding-left: @padding-xs;
padding-left: @padding-md;
}
}