Skip to content

Commit

Permalink
style(Checkbox): Update Checkbox styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 17, 2018
1 parent a3a0a7e commit 5306bd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/checkbox/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.w-checkbox {
display: inline-block;
font-size: 12px;
line-height: 16px;
height: @checkbox-size;
width: @checkbox-size;
vertical-align: text-bottom;
Expand Down Expand Up @@ -98,3 +99,7 @@
}
}
}

.w-checkbox-group {
display: inline-block;
}

0 comments on commit 5306bd7

Please sign in to comment.