Skip to content
Snippets Groups Projects
Commit c1aab76d authored by nicolas's avatar nicolas Committed by Eugen Rochko
Browse files

Checkboxes label adjustement

When the label of a checkbox is more than one line long, avoid unalignment.
parent 50bec5b9
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,16 @@ code {
color: #9baec8;
display: block;
}
label.checkbox {
position: relative;
padding-left: 25px;
}
input[type=checkbox] {
display: inline-block;
position: relative;
top: 3px;
margin-right: 8px;
position: absolute;
left: 0;
top: 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment