Skip to content

Commit

Permalink
govspeak media_player component print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
matthillco committed Jun 28, 2024
1 parent 64ba486 commit c851c24
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
height: 100%;
border: 0;
}

@include govuk-media-query($media-type: print) {
.gem-c-govspeak__youtube-video {
break-inside: avoid;
}
}

0 comments on commit c851c24

Please sign in to comment.