Skip to content
Snippets Groups Projects
Commit 898ab66e authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix checkbox spacing

parent c1aab76d
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ code {
color: #9baec8;
display: block;
}
label.checkbox {
position: relative;
padding-left: 25px;
......@@ -56,7 +56,8 @@ code {
input[type=checkbox] {
position: absolute;
left: 0;
top: 0;
top: 1px;
margin: 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