Skip to content

Commit

Permalink
fix(checkbox): vertically align for when there's no text (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao authored and jelbourn committed Nov 8, 2016
1 parent bec1519 commit 7fd0fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ md-checkbox {
// (e.g. pointer by default, regular when disabled), instead of the browser default.
cursor: inherit;
align-items: baseline;
vertical-align: middle;
display: inline-flex;
}

Expand Down

0 comments on commit 7fd0fcd

Please sign in to comment.