Skip to content
Snippets Groups Projects
Commit 1c176d36 authored by Arjun Singh's avatar Arjun Singh
Browse files

add margin between checkbox and text

parent cbfc117e
No related merge requests found
......@@ -27,6 +27,12 @@ body.cs188 {
margin-bottom: 1.416em;
}
.choicegroup {
input[type=checkbox], input[type=radio] {
margin-right: 5px;
}
}
}
}
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