Browse Source

Typo in checkbox lineheight

pull/954/head
jlukic 10 years ago
parent
commit
7b9e800efc
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/checkbox.less

2
src/definitions/modules/checkbox.less

@ -61,7 +61,7 @@
.ui.checkbox label { .ui.checkbox label {
cursor: pointer; cursor: pointer;
padding-left: @labelPadding; padding-left: @labelPadding;
line-height: @checkboxHeight;
line-height: @checkboxSize;
outline: none; outline: none;
} }
.ui.checkbox label { .ui.checkbox label {

Loading…
Cancel
Save