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:
@@ -46,6 +46,13 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
form.choicegroup {
|
||||
label {
|
||||
clear: both;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
|
||||
Reference in New Issue
Block a user