mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
fix: List action rtl style (#26964)
This commit is contained in:
parent
0ddd367b51
commit
76a85ca14e
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user