Fix extra space under left-indented vertical videos (#34313)
This commit is contained in:
parent
758d2da887
commit
19346fd5f8
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ export const Video: React.FC<{
|
||||||
|
|
||||||
// The outer wrapper is necessary to avoid reflowing the layout when going into full screen
|
// The outer wrapper is necessary to avoid reflowing the layout when going into full screen
|
||||||
return (
|
return (
|
||||||
<div style={{ aspectRatio }}>
|
<div>
|
||||||
<div
|
<div
|
||||||
role='menuitem'
|
role='menuitem'
|
||||||
className={classNames('video-player', {
|
className={classNames('video-player', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue