usercard website fix
This commit is contained in:
parent
cee3337357
commit
3d22ba35bc
|
@ -171,7 +171,7 @@ $user_card_background: $secondary;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
.location, .website-name {
|
.location, .website-name {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 50%;
|
flex: 0 1 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
@ -182,6 +182,7 @@ $user_card_background: $secondary;
|
||||||
.website-name a, .location span {
|
.website-name a, .location span {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
color: $user_card_primary;
|
color: $user_card_primary;
|
||||||
}
|
}
|
||||||
.location {
|
.location {
|
||||||
|
|
Loading…
Reference in New Issue