Skip to content

Commit

Permalink
Fix oppia#15528: Allow long options in item selection interaction to …
Browse files Browse the repository at this point in the history
…wrap (oppia#15671)

* break sentence

* fixing overflowing text

* checks pass

* changes

* changes

* changes
  • Loading branch information
SanjaySajuJacob authored Oct 23, 2022
1 parent b37474d commit 701421f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -63,6 +63,11 @@ oppia-tutor-card .oppia-learner-view-card.animate-card-width {
transition: width 500ms;
}

.mat-checkbox p {
white-space: normal;
word-wrap: break-word;
}

oppia-tutor-card .oppia-learner-view-card-top-content p:not(:last-child) {
line-height: 1.5;
margin-bottom: 18px;

0 comments on commit 701421f

Please sign in to comment.