Browse Source

Fix align issue inside InputGroup, close #4680

pull/4683/head
afc163 8 years ago
parent
commit
7518fde405
  1. 1
      components/input/style/mixin.less

1
components/input/style/mixin.less

@ -243,6 +243,7 @@
& > * {
border-radius: 0;
border-right-width: 0;
vertical-align: middle;
}
// Undo float for .ant-input-group .ant-input

Loading…
Cancel
Save