Fix checkbox spacing

lolsob-rspec
Eugen Rochko 2016-11-25 14:01:14 +01:00
parent c6d369c52b
commit 62dc431e9d
1 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,8 @@ code {
input[type=checkbox] {
position: absolute;
left: 0;
top: 0;
top: 1px;
margin: 0;
}
}