Update user.scss (#6079)
Prevent user custom fields new lines going under the user avatar on the profile page when the user has no bio.
This commit is contained in:
parent
4172e1dd52
commit
6cc860be09
|
@ -247,6 +247,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.public-user-fields {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.viewing-self & .about.collapsed-info {
|
.viewing-self & .about.collapsed-info {
|
||||||
.secondary,
|
.secondary,
|
||||||
.staff-counters {
|
.staff-counters {
|
||||||
|
|
Loading…
Reference in New Issue