mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
style: fix transfer search padding in rtl (#23962)
This commit is contained in:
parent
d221458939
commit
48c7011f67
@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
&-search {
|
||||
padding-right: 24px !important;
|
||||
padding-right: 24px;
|
||||
padding-left: @control-padding-horizontal-sm;
|
||||
&-action {
|
||||
position: absolute;
|
||||
|
@ -11,6 +11,10 @@
|
||||
|
||||
&-list {
|
||||
&-search {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
padding-right: @control-padding-horizontal-sm;
|
||||
padding-left: 24px;
|
||||
}
|
||||
&-action {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
right: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user