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;
.location, .website-name {
display: flex;
flex: 0 1 50%;
max-width: 50%;
max-width: 90%;
overflow: hidden;
align-items: baseline;
i {