We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1074f1f commit eb63205Copy full SHA for eb63205
src/shared/components/Settings/Profile/BasicInfo/styles.scss
@@ -138,6 +138,20 @@
138
.user-icon {
139
width: 100%;
140
}
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
155
156
157
.about-me-container-mobile {
0 commit comments