From 9052dae3caa967a34cc138d84a5970c4ab809187 Mon Sep 17 00:00:00 2001 From: Andrey Savihin Date: Fri, 22 Nov 2019 12:14:50 +0300 Subject: [PATCH] People.Client: GroupAction: responsive design --- .../components/pages/GroupAction/Section/Body/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } } `;