From eb63205e2e3bf9107a6305b5dc7bafd819acb4de Mon Sep 17 00:00:00 2001 From: jomadoye Date: Mon, 1 Oct 2018 00:59:14 +0100 Subject: [PATCH 1/2] Fix issue 1362 --- .../Settings/Profile/BasicInfo/styles.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/shared/components/Settings/Profile/BasicInfo/styles.scss b/src/shared/components/Settings/Profile/BasicInfo/styles.scss index ab269be521..8b23eddf11 100644 --- a/src/shared/components/Settings/Profile/BasicInfo/styles.scss +++ b/src/shared/components/Settings/Profile/BasicInfo/styles.scss @@ -138,6 +138,20 @@ .user-icon { width: 100%; } + + .row { + .col-1 { + display: flex; + flex-grow: 1; + align-items: center; + max-width: 0; + min-width: 0; + margin-right: 0; + margin-top: 0 !important; + margin-bottom: 0 !important; + padding-top: 0 !important; + } + } } .about-me-container-mobile { From 8c129e4407f256409c503285c155ae766d6902db Mon Sep 17 00:00:00 2001 From: jomadoye Date: Mon, 1 Oct 2018 15:29:56 +0100 Subject: [PATCH 2/2] update PR --- src/shared/components/Settings/Profile/BasicInfo/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/Settings/Profile/BasicInfo/styles.scss b/src/shared/components/Settings/Profile/BasicInfo/styles.scss index 8b23eddf11..efd746c926 100644 --- a/src/shared/components/Settings/Profile/BasicInfo/styles.scss +++ b/src/shared/components/Settings/Profile/BasicInfo/styles.scss @@ -147,6 +147,7 @@ max-width: 0; min-width: 0; margin-right: 0; + width: auto; margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; @@ -470,7 +471,6 @@ color: $tc-gray-50; } -.col-1, .col-2, .col-percent50, .col-percent35 {