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:
parent
3d22ba35bc
commit
d30c43e8cc
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue