UX: fix name & username width on profile summary (#27925)
This commit is contained in:
parent
0b7099f34e
commit
576f880190
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue