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.
2 parents e91fb91 + b72cedf commit 5da9aa0Copy full SHA for 5da9aa0
src/shared/components/Settings/Profile/BasicInfo/styles.scss
@@ -138,6 +138,21 @@
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
+ width: auto;
151
+ margin-top: 0 !important;
152
+ margin-bottom: 0 !important;
153
+ padding-top: 0 !important;
154
+ }
155
156
157
158
.about-me-container-mobile {
@@ -471,7 +486,6 @@
471
486
border-radius: 4px;
472
487
473
488
474
-.col-1,
475
489
.col-2,
476
490
.col-percent50,
477
491
.col-percent35 {
0 commit comments