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;
|
padding-top: 5px;
|
||||||
.location, .website-name {
|
.location, .website-name {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 1 50%;
|
max-width: 90%;
|
||||||
max-width: 50%;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
i {
|
i {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue