Skip to content

Commit

Permalink
Merge pull request #3416 from alphagov/fix-youtube-video
Browse files Browse the repository at this point in the history
Fix disappearing Youtube video
  • Loading branch information
andysellick authored Nov 12, 2024
2 parents 9f1a741 + 6aed2ba commit 3780461
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/assets/stylesheets/views/_html-publication.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@
}

.offset-empty-contents-list {
float: right;
// stylelint-disable max-nesting-depth
@include govuk-media-query($from: desktop) {
float: right;

.direction-rtl & {
float: left;
.direction-rtl & {
float: left;
}
}
// stylelint-enable max-nesting-depth
}

.meta-data {
Expand Down

0 comments on commit 3780461

Please sign in to comment.