Commit 341e73ce4363649ffa8544376f04a22ef15a7f0b
1 parent
1cc1adc9
fixed #4329
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/styles/components/select-dropdown.less
@@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
17 | z-index: @zindex-select; | 17 | z-index: @zindex-select; |
18 | &-transfer{ | 18 | &-transfer{ |
19 | z-index: @zindex-transfer; | 19 | z-index: @zindex-transfer; |
20 | + width: auto; | ||
20 | } | 21 | } |
21 | &.@{transfer-no-max-height} { | 22 | &.@{transfer-no-max-height} { |
22 | max-height: none; | 23 | max-height: none; |