UX: fix top-list spacing on user summary (#27877)

This commit is contained in:
Kris 2024-07-12 09:10:18 -04:00 committed by GitHub
parent a2463313a8
commit a553dd70c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -475,6 +475,20 @@
color: var(--primary-medium); color: var(--primary-medium);
} }
.user-info .user-detail {
width: 100%;
.name-line {
.username {
width: auto;
overflow-wrap: anywhere;
flex: 1 0 auto;
}
> a {
flex-wrap: nowrap;
}
}
}
@media all and (max-width: 600px) { @media all and (max-width: 600px) {
float: none; float: none;
width: 100%; width: 100%;