Browse Source

Fix issue with multiline checkbox

pull/1191/merge
jlukic 10 years ago
parent
commit
7414407e4a
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/modules/checkbox.less

1
src/definitions/modules/checkbox.less

@ -59,6 +59,7 @@
.ui.checkbox .box,
.ui.checkbox label {
display: block;
cursor: pointer;
padding-left: @labelPadding;
outline: none;

Loading…
Cancel
Save