Change styling of the recommended accounts to allow bio to be more visible (#24480)
This commit is contained in:
parent
e713c545b8
commit
e1b4eeb636
@ -1459,9 +1459,11 @@ body > [data-popper-placement] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__note {
|
&__note {
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
color: $ui-secondary-color;
|
color: $ui-secondary-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user