Skip to content

Commit

Permalink
fix(checkbox): label text misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Dec 4, 2019
1 parent 560b46c commit d15de44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/default/scss/checkbox/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
padding: 0;
line-height: $checkbox-line-height;
display: inline-flex;
flex-direction: column;
align-items: flex-start;
vertical-align: top;
position: relative;
Expand Down
1 change: 0 additions & 1 deletion packages/default/scss/radio/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
padding: 0;
line-height: $radio-line-height;
display: inline-flex;
flex-direction: column;
align-items: flex-start;
vertical-align: middle;
position: relative;
Expand Down

0 comments on commit d15de44

Please sign in to comment.