From 016b00d6717127eed21123f156aea6501ab27a98 Mon Sep 17 00:00:00 2001 From: sylenien Date: Wed, 31 Aug 2022 15:30:58 +0200 Subject: [PATCH] fix(player): use flex wrap --- .../app/components/Assist/ChatWindow/chatWindow.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/Assist/ChatWindow/chatWindow.module.css b/frontend/app/components/Assist/ChatWindow/chatWindow.module.css index e58e9845e..76208eca0 100644 --- a/frontend/app/components/Assist/ChatWindow/chatWindow.module.css +++ b/frontend/app/components/Assist/ChatWindow/chatWindow.module.css @@ -16,7 +16,8 @@ } .videoWrapper { - max-height: 280px; + max-width: 300px; display: flex; background-color: #000; + flex-wrap: wrap; }