Skip to content

Commit

Permalink
fix(checkbox): fix input and label alignment (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Oct 10, 2022
1 parent 097529f commit dbe772d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
line-height: inherit;

&[type='checkbox'] {
position: relative;
top: 1px;

box-sizing: border-box;
padding: 0;
}
Expand Down

0 comments on commit dbe772d

Please sign in to comment.