mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
.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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user