diff options
| author | Chris Rebert <[email protected]> | 2013-12-09 16:20:26 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-09 16:20:26 -0800 |
| commit | 28d8be1634de80c4ddfb936b004fe9dfffd86e20 (patch) | |
| tree | 0c92a4e4d5196b183b9feb462974ad11b56e186f /less/forms.less | |
| parent | 88d8cd90e2cef123b9389187e0d5acd1c9f1026d (diff) | |
| parent | ab29b1a3352e89fe8756a34e49a38341edd06844 (diff) | |
| download | bootstrap-28d8be1634de80c4ddfb936b004fe9dfffd86e20.tar.xz bootstrap-28d8be1634de80c4ddfb936b004fe9dfffd86e20.zip | |
Merge pull request #11808 from twbs/strict-math-fixes
more LESS strictMath fixes
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
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 |
