UX: fix issue with long usernames wrapping in mobile user cards (#28256)
This commit is contained in:
parent
76b28ed836
commit
66a23180d4
|
@ -13,7 +13,7 @@
|
|||
.first-row {
|
||||
flex-wrap: wrap;
|
||||
.names {
|
||||
flex: 1 1 auto;
|
||||
flex: 1 1 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.user-card-avatar {
|
||||
|
|
Loading…
Reference in New Issue