Refactor LabelInput

This commit is contained in:
Alex Gleason 2020-04-22 19:09:40 -05:00
parent 4a675be598
commit c367aef6b4
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View file

@ -63,9 +63,9 @@ code {
position: static; position: static;
} }
label.checkbox { input[type="checkbox"] {
position: absolute; position: absolute;
top: 2px; top: 3px;
left: 0; left: 0;
} }