align checkbox and label inside li

I don’t know where it comes from, but if you set the margin to 0, it works

input {
    float: right;
    margin: 0;
}

JSFiddle

Leave a Comment