mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
usercard website fix
This commit is contained in:
parent
cee3337357
commit
3d22ba35bc
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue