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
1 changed files with 1 additions and 1 deletions

View File

@ -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 {