Fix checkbox spacing
parent
c6d369c52b
commit
62dc431e9d
|
@ -56,7 +56,8 @@ code {
|
|||
input[type=checkbox] {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
top: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue