Skip to content

Commit

Permalink
Fix styles that vertical alignment of the video (#53131)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaluna committed Jul 30, 2023
1 parent 6e4bc84 commit aa3bd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/video/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
box-sizing: border-box;
video {
width: 100%;
vertical-align: middle;
}

@supports (position: sticky) {
Expand Down

1 comment on commit aa3bd6b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in aa3bd6b.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5705461955
📝 Reported issues:

Please sign in to comment.