mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
Fix Input[type=textarea] popover misalign bug, close #4092
This commit is contained in:
parent
65b2429ed2
commit
0bb71e6a6f
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user