mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
usercard overflow fix
This commit is contained in:
parent
3d22ba35bc
commit
d30c43e8cc
@ -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…
Reference in New Issue
Block a user