From: Heinrich Fenkart Date: Mon, 7 Jul 2014 07:23:12 +0000 (+0200) Subject: Fix small typo introduced in e2029e1 X-Git-Tag: v3.3.0~376^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14057%2Fhead;p=thirdparty%2Fbootstrap.git Fix small typo introduced in e2029e1 --- diff --git a/less/forms.less b/less/forms.less index 26589b3ebd..baeea7ca69 100644 --- a/less/forms.less +++ b/less/forms.less @@ -212,7 +212,7 @@ input[type="month"] { margin-bottom: 10px; label { - min-height: @line-height-computed; // Ensure the input doens't jump when no text + min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text padding-left: 20px; margin-bottom: 0; font-weight: normal;