From 3ddee95259535b6338fbcafb1a09d7fb8744187c Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Wed, 23 Dec 2020 20:26:04 +0100 Subject: [PATCH] feat: avoid implicit height of player --- src/pages/Home.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index cfe27a0..3fc5883 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -206,6 +206,7 @@ const Home = () => { controls={true} playing={false} width="100%" + height="" /> </div> )} -- GitLab