Skip to content

Commit 6a30e20

Browse files
committed
Fix issue 1362
1 parent 1074f1f commit 6a30e20

File tree

1 file changed

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

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,32 @@
138138
.user-icon {
139139
width: 100%;
140140
}
141+
142+
.row {
143+
width: 100%;
144+
display: flex;
145+
flex-direction: row;
146+
margin-bottom: 20px;
147+
148+
.col-2 {
149+
align-self: right;
150+
width: 80%;
151+
display: flex;
152+
flex-direction: column;
153+
}
154+
.col-1 {
155+
display: flex;
156+
flex-grow: 1;
157+
align-items: center;
158+
max-width: 0;
159+
min-width: 0;
160+
margin-right: 0;
161+
margin-top: 0 !important;
162+
margin-bottom: 0 !important;
163+
padding-top: 0 !important;
164+
}
165+
}
166+
141167
}
142168

143169
.about-me-container-mobile {

0 commit comments

Comments
 (0)