usercard website fix

This commit is contained in:
Kris 2018-02-09 17:29:40 -05:00
parent cee3337357
commit 3d22ba35bc
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,7 @@ $user_card_background: $secondary;
padding-top: 5px;
.location, .website-name {
display: flex;
flex: 1 1 50%;
flex: 0 1 50%;
max-width: 50%;
overflow: hidden;
align-items: baseline;
@ -182,6 +182,7 @@ $user_card_background: $secondary;
.website-name a, .location span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: $user_card_primary;
}
.location {