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; }