UX: fix top-list spacing on user summary (#27877)
This commit is contained in:
parent
a2463313a8
commit
a553dd70c0
|
@ -475,6 +475,20 @@
|
|||
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) {
|
||||
float: none;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue