Skip to content

Commit

Permalink
🐛 Fix Input.Search border when has prefix (#21753)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 2, 2020
1 parent adb323c commit e4505f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/input/style/search-input.less
Expand Up @@ -29,6 +29,10 @@
}
}

&.@{ant-prefix}-input-affix-wrapper {
border-right: 0;
}

& + .@{ant-prefix}-input-group-addon,
input + .@{ant-prefix}-input-group-addon {
padding: 0;
Expand Down

0 comments on commit e4505f5

Please sign in to comment.