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:
Canapin 2018-07-10 02:03:18 +02:00 committed by Guo Xiang Tan
parent 4172e1dd52
commit 6cc860be09

View File

@ -247,6 +247,10 @@
}
}
.public-user-fields {
overflow: hidden;
}
.viewing-self & .about.collapsed-info {
.secondary,
.staff-counters {