Skip to content

Commit 5da9aa0

Browse files
Merge pull request #1640 from jomadoye/fix_issue1362
Fix issue 1362
2 parents e91fb91 + b72cedf commit 5da9aa0

File tree

1 file changed

+15
-1
lines changed
  • src/shared/components/Settings/Profile/BasicInfo

1 file changed

+15
-1
lines changed

src/shared/components/Settings/Profile/BasicInfo/styles.scss

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,21 @@
138138
.user-icon {
139139
width: 100%;
140140
}
141+
142+
.row {
143+
.col-1 {
144+
display: flex;
145+
flex-grow: 1;
146+
align-items: center;
147+
max-width: 0;
148+
min-width: 0;
149+
margin-right: 0;
150+
width: auto;
151+
margin-top: 0 !important;
152+
margin-bottom: 0 !important;
153+
padding-top: 0 !important;
154+
}
155+
}
141156
}
142157

143158
.about-me-container-mobile {
@@ -471,7 +486,6 @@
471486
border-radius: 4px;
472487
}
473488

474-
.col-1,
475489
.col-2,
476490
.col-percent50,
477491
.col-percent35 {

0 commit comments

Comments
 (0)