aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-09 16:12:41 -0800
committerChris Rebert <[email protected]>2013-12-09 16:14:44 -0800
commitab29b1a3352e89fe8756a34e49a38341edd06844 (patch)
tree0c92a4e4d5196b183b9feb462974ad11b56e186f /less/forms.less
parent9664f8da58abe718463ee31398e5d15de37f7289 (diff)
downloadbootstrap-ab29b1a3352e89fe8756a34e49a38341edd06844.tar.xz
bootstrap-ab29b1a3352e89fe8756a34e49a38341edd06844.zip
misc strictMath compliance fixes
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 50df399e3..f7fc5d66c 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -352,7 +352,7 @@ input[type="checkbox"],
// and other content below items
.radio,
.checkbox {
- min-height: @line-height-computed + (@padding-base-vertical + 1);
+ min-height: (@line-height-computed + (@padding-base-vertical + 1));
}
// Make form groups behave like rows