Fix Input[type=textarea] popover misalign bug, close #4092

This commit is contained in:
afc163 2016-12-03 15:25:42 +08:00
parent 65b2429ed2
commit 0bb71e6a6f

View File

@ -8,6 +8,10 @@
.input;
}
.@{ant-prefix}-input-wrapper {
display: inline-block;
}
//== Style for input-group: input with label, with button or dropdown...
.@{ant-prefix}-input-group {
.input-group(~"@{ant-prefix}-input");