From d89ad990babc485a9119325e15c0956ebf7b0aa2 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 18 Oct 2013 19:35:14 -0400 Subject: [PATCH] Fixes #261 issues with vertical alignment of checkboxes --- src/modules/checkbox.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modules/checkbox.less b/src/modules/checkbox.less index 8a0bd421c..47dc750b4 100755 --- a/src/modules/checkbox.less +++ b/src/modules/checkbox.less @@ -25,7 +25,7 @@ display: inline-block; min-width: 1em; - height: 1.5em; + height: 1.25em; line-height: 1em; outline: none; @@ -233,7 +233,6 @@ .ui.slider.checkbox { cursor: pointer; min-width: 3em; - height: 2em; } /* Line */ @@ -358,7 +357,6 @@ .ui.toggle.checkbox { cursor: pointer; - height: 2em; } .ui.toggle.checkbox .box,