style(antd-input): adjust the space between two icons on the input (#39)
This commit is contained in:
parent
19477cd980
commit
0a2e417bbf
|
|
@ -22,3 +22,11 @@
|
||||||
.ant-input-disabled {
|
.ant-input-disabled {
|
||||||
background-color: @background-color-light;
|
background-color: @background-color-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-input-affix-wrapper .ant-input-suffix {
|
||||||
|
right: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-input-clear-icon {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue