diff --git a/src/shared/components/Settings/Profile/BasicInfo/styles.scss b/src/shared/components/Settings/Profile/BasicInfo/styles.scss index 693bed3312..0f3d4a146e 100644 --- a/src/shared/components/Settings/Profile/BasicInfo/styles.scss +++ b/src/shared/components/Settings/Profile/BasicInfo/styles.scss @@ -138,6 +138,21 @@ .user-icon { width: 100%; } + + .row { + .col-1 { + display: flex; + flex-grow: 1; + align-items: center; + max-width: 0; + min-width: 0; + margin-right: 0; + width: auto; + margin-top: 0 !important; + margin-bottom: 0 !important; + padding-top: 0 !important; + } + } } .about-me-container-mobile { @@ -471,7 +486,6 @@ border-radius: 4px; } -.col-1, .col-2, .col-percent50, .col-percent35 {