Commit fde8e5b0 by Jason Bau

Merge pull request #246 from edx/fix/jbau/multiple-choice-label-width

Change width of labels for multiple-choice capa problems to width of text, not 100%
parents bec6330c 2eefa494
...@@ -46,6 +46,13 @@ form { ...@@ -46,6 +46,13 @@ form {
} }
} }
form.choicegroup {
label {
clear: both;
float: left;
}
}
textarea, textarea,
input[type="text"], input[type="text"],
input[type="email"], input[type="email"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment