Commit 0a2e417bbfbfe9b1b95688ed25a364c3d29b065d

Authored by wellssu
Committed by GitHub
1 parent 19477cd9

style(antd-input): adjust the space between two icons on the input (#39)

Showing 1 changed file with 8 additions and 0 deletions
src/design/ant/input.less
@@ -22,3 +22,11 @@ @@ -22,3 +22,11 @@
22 .ant-input-disabled { 22 .ant-input-disabled {
23 background-color: @background-color-light; 23 background-color: @background-color-light;
24 } 24 }
  25 +
  26 +.ant-input-affix-wrapper .ant-input-suffix {
  27 + right: 9px;
  28 +}
  29 +
  30 +.ant-input-clear-icon {
  31 + margin-right: 5px;
  32 +}