Skip to content

Commit eb63205

Browse files
committed
Fix issue 1362
1 parent 1074f1f commit eb63205

File tree

1 file changed

+14
-0
lines changed
  • src/shared/components/Settings/Profile/BasicInfo

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,20 @@
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+
margin-top: 0 !important;
151+
margin-bottom: 0 !important;
152+
padding-top: 0 !important;
153+
}
154+
}
141155
}
142156

143157
.about-me-container-mobile {

0 commit comments

Comments
 (0)