Skip to content

Commit

Permalink
fix ant-design#12493. Adjust auto complete of input-group css
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 9, 2018
1 parent f9c2310 commit 50b55f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@
}
}
}

// https://github.com/ant-design/ant-design/issues/12493
& > .@{ant-prefix}-select-auto-complete .@{ant-prefix}-input {
vertical-align: top;
}
}
}

Expand Down

0 comments on commit 50b55f4

Please sign in to comment.