mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix select arrow position in form-item
This commit is contained in:
parent
ba21f3531b
commit
53c33bd6e7
@ -80,7 +80,7 @@ input[type="checkbox"] {
|
||||
|
||||
&:lang(en) {
|
||||
padding-right: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{css-prefix}switch {
|
||||
@ -151,12 +151,6 @@ form {
|
||||
padding-right: 25px;
|
||||
line-height: 32px;
|
||||
}
|
||||
}
|
||||
.@{selectPrefixCls}-arrow {
|
||||
right: 8px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.@{selectPrefixCls}-open .@{selectPrefixCls}-selection {
|
||||
|
Loading…
Reference in New Issue
Block a user