From 88d148ac98b7c5e497cafa0d487518628352fdb7 Mon Sep 17 00:00:00 2001 From: kagawagao Date: Tue, 17 May 2016 15:46:21 +0800 Subject: [PATCH] fix Form style bug --- components/form/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/form/style/index.less b/components/form/style/index.less index 49d0f66285..79e81b1d8e 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -71,6 +71,7 @@ input[type="checkbox"] { &-control { line-height: 32px; + position: relative; } &.@{form-prefix-cls}-item-with-help {