checkbox alignment
This commit is contained in:
parent
cddf1665f1
commit
3d74798d82
|
@ -47,6 +47,9 @@ input {
|
|||
&[type="checkbox"] {
|
||||
width: auto;
|
||||
margin-right: 0.5em;
|
||||
position: relative;
|
||||
top: 0.25em;
|
||||
left: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue