Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from ronnyroeller/bugs/78
Browse files Browse the repository at this point in the history
Enforces that the checkbox is square even if the label is longer than the available element space
  • Loading branch information
notwaldorf committed Nov 18, 2015
2 parents 820d935 + 6c345ee commit fe884a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paper-checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
position: relative;
width: 18px;
height: 18px;
min-width: 18px;
vertical-align: middle;
background-color: var(--paper-checkbox-unchecked-background-color, transparent);
}
Expand Down

0 comments on commit fe884a3

Please sign in to comment.