Skip to content

Commit

Permalink
Vertically align checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
fluix-dev authored and Xyene committed Jun 24, 2020
1 parent 1448eea commit d4380b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ input {
&[type=number] {
padding: 2px 0 2px 5px;
}

&[type=checkbox] {
vertical-align: middle;
}
}

textarea {
Expand Down

0 comments on commit d4380b6

Please # to comment.