From 0bb71e6a6f8c9b83a9428f2e2c9e4ecb90037011 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 3 Dec 2016 15:25:42 +0800 Subject: [PATCH] Fix Input[type=textarea] popover misalign bug, close #4092 --- components/input/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/input/style/index.less b/components/input/style/index.less index 31e9bafadc..9545cb3369 100644 --- a/components/input/style/index.less +++ b/components/input/style/index.less @@ -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");