UX: fix name & username width on profile summary (#27925)

This commit is contained in:
Kris 2024-07-15 12:49:06 -04:00 committed by GitHub
parent 0b7099f34e
commit 576f880190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -478,10 +478,11 @@
.user-info .user-detail {
width: 100%;
.name-line {
.username {
span {
width: auto;
}
.username {
overflow-wrap: anywhere;
flex: 1 0 auto;
}
> a {
flex-wrap: nowrap;