Skip to content

Commit 058d2da

Browse files
committed
Use display::block for video
1 parent 6079bae commit 058d2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/LoopVideoPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { LoopVideoProgressBar } from './LoopVideoProgressBar';
99

1010
const videoStyles = (width: number, height: number) => css`
1111
position: relative;
12-
display: flex;
12+
display: block;
1313
height: auto;
1414
width: 100%;
1515
cursor: pointer;

0 commit comments

Comments
 (0)