diff --git a/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js b/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js index 0da4df4322..5f2c20945f 100644 --- a/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js +++ b/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js @@ -37,17 +37,17 @@ const MainContainer = styled.div` flex-direction: column; .group-name_container { - width: 320px; + max-width: 320px; } .head_container { position: relative; - width: 320px; + max-width: 320px; } .members_container { position: relative; - width: 320px; + max-width: 320px; } .search_container { @@ -76,7 +76,7 @@ const MainContainer = styled.div` @media ${utils.device.tablet} { .search_container { - width: 320px; + max-width: 320px; } } `;