Skip to content

Commit

Permalink
Fix oppia#6016: Limited the selection area of multiple choice option (o…
Browse files Browse the repository at this point in the history
…ppia#6029)

* Fix:oppia#6016: Limited the selection area of multiple choice option

* Improved comment
  • Loading branch information
mighty-phoenix authored and bansalnitish committed Jan 3, 2019
1 parent f8b0216 commit abaed1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
color: #0D48A1;
text-align: left;
/* This is needed so that images stay bounded by the container in Firefox. */
width: 100%;
/* This also limits the selection area of the option to the text and radio button. */
width: auto;
}

.multiple-choice-radio-button-container {
Expand Down

0 comments on commit abaed1f

Please sign in to comment.