From fc8dbcb9cb4bbce59ab22c31c37e7a34e2ba6d47 Mon Sep 17 00:00:00 2001 From: Daniil Senkiv Date: Mon, 3 Feb 2020 16:09:29 +0300 Subject: [PATCH] People.Client: Profile: helpbutton: fixed area for tapping on touch devices --- .../pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js b/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js index f2ec6bc2c7..28833f0bff 100644 --- a/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js +++ b/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js @@ -42,6 +42,11 @@ const InfoItemValue = styled.div` .language-combo { padding-top: 4px; float: left; + margin-right: 8px; + + & > div:first-child > div:last-child { + margin-right: 0; + } & > div { padding-left: 0px; @@ -54,7 +59,7 @@ const InfoItemValue = styled.div` margin-top: 6px; } @media(max-width: 1024px) { - padding: 6px 8px 8px 8px; + padding: 6px 24px 8px 8px; margin-left: -8px; } }