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%
This commit is contained in:
Jason Bau
2013-06-24 10:52:06 -07:00

View File

@@ -46,6 +46,13 @@ form {
}
}
form.choicegroup {
label {
clear: both;
float: left;
}
}
textarea,
input[type="text"],
input[type="email"],