|
|
|
@ -149,10 +149,13 @@ form {
|
|
|
|
|
|
|
|
|
|
// Fix overlapping between feedback icon and <Select>'s arrow.
|
|
|
|
|
// https://github.com/ant-design/ant-design/issues/4431
|
|
|
|
|
> .@{ant-prefix}-select .@{ant-prefix}-select-arrow,
|
|
|
|
|
> .@{ant-prefix}-select .@{ant-prefix}-select-selection__clear,
|
|
|
|
|
:not(.@{ant-prefix}-input-group-addon) > .@{ant-prefix}-select .@{ant-prefix}-select-arrow,
|
|
|
|
|
:not(.@{ant-prefix}-input-group-addon) > .@{ant-prefix}-select .@{ant-prefix}-select-selection__clear {
|
|
|
|
|
right: 28px;
|
|
|
|
|
}
|
|
|
|
|
> .@{ant-prefix}-select .@{ant-prefix}-select-selection-selected-value,
|
|
|
|
|
:not(.@{ant-prefix}-input-group-addon) > .@{ant-prefix}-select .@{ant-prefix}-select-selection-selected-value {
|
|
|
|
|
padding-right: 42px;
|
|
|
|
|
}
|
|
|
|
|