From 7b9e800efcc1a8b71301327fe3d234bca322f79d Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 10 Jul 2014 18:00:27 -0400 Subject: [PATCH] Typo in checkbox lineheight --- src/definitions/modules/checkbox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/checkbox.less b/src/definitions/modules/checkbox.less index d36372039..be7227915 100755 --- a/src/definitions/modules/checkbox.less +++ b/src/definitions/modules/checkbox.less @@ -61,7 +61,7 @@ .ui.checkbox label { cursor: pointer; padding-left: @labelPadding; - line-height: @checkboxHeight; + line-height: @checkboxSize; outline: none; } .ui.checkbox label {