Change styling of the recommended accounts to allow bio to be more visible (#24480)

lolsob-rspec
Chike Nwaenie 2023-04-23 21:33:08 +01:00 committed by GitHub
parent 4613dfe97b
commit 84adcaa474
1 changed files with 3 additions and 1 deletions

View File

@ -1459,9 +1459,11 @@ body > [data-popper-placement] {
}
&__note {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color: $ui-secondary-color;
}
}