UX: fix issue with long usernames wrapping in mobile user cards (#28256)

This commit is contained in:
Kris 2024-08-06 17:47:59 -04:00 committed by GitHub
parent 76b28ed836
commit 66a23180d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
.first-row { .first-row {
flex-wrap: wrap; flex-wrap: wrap;
.names { .names {
flex: 1 1 auto; flex: 1 1 0;
box-sizing: border-box; box-sizing: border-box;
} }
.user-card-avatar { .user-card-avatar {