2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

usercard overflow fix

This commit is contained in:
Kris 2018-02-10 21:27:25 -05:00
parent 3d22ba35bc
commit d30c43e8cc

View file

@ -171,8 +171,7 @@ $user_card_background: $secondary;
padding-top: 5px; padding-top: 5px;
.location, .website-name { .location, .website-name {
display: flex; display: flex;
flex: 0 1 50%; max-width: 90%;
max-width: 50%;
overflow: hidden; overflow: hidden;
align-items: baseline; align-items: baseline;
i { i {