From f96f70f685492a18b1cba28930b68a49ca6940ad Mon Sep 17 00:00:00 2001 From: Hanai Date: Thu, 27 Aug 2015 12:48:38 +0800 Subject: [PATCH] Update form.less fix style --- style/components/form.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/form.less b/style/components/form.less index 74a715b5b6..eaf59450de 100644 --- a/style/components/form.less +++ b/style/components/form.less @@ -105,7 +105,7 @@ input[type="checkbox"] { position: absolute; font-size: @font-size-base; line-height: @line-height-base; - bottom: - @line-height-computed; + bottom: -@line-height-computed; }