From 745eba3f1465ff5fc376c1152b41d13428a09f04 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Thu, 22 Nov 2018 15:47:22 +0200 Subject: [PATCH] unnecessary flex style removed --- src/common/Video/styles.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/common/Video/styles.less b/src/common/Video/styles.less index 8dcdc26ea..e856c6a27 100644 --- a/src/common/Video/styles.less +++ b/src/common/Video/styles.less @@ -53,13 +53,10 @@ .flex-row-container { display: flex; flex-direction: row; + align-items: stretch; .poster { flex: 1; - display: flex; - align-items: center; - justify-content: center; - align-self: stretch; background-position: center; background-size: cover, auto; background-repeat: no-repeat;