Skip to content

Commit

Permalink
Fix overlay text overflow when zommed in
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Sep 6, 2024
1 parent 4b3a221 commit 405bfbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/h5p-crossword.scss
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@
}

.h5p-crossword-extra-clue-instance-wrapper {
&.h5p-advanced-text {
word-break: break-word; // relevant when zoomed in like 400%
}

&.h5p-audio-wrapper {
width: 40em;
height: 32px;
Expand Down

0 comments on commit 405bfbb

Please sign in to comment.