Skip to content

Commit

Permalink
wip(community): fix line clamp
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Sep 23, 2024
1 parent d8e590a commit 5023a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/community/contributor-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ svg {

.org {
-webkit-box-orient: vertical;
display: box;
/* stylelint-disable-next-line value-no-vendor-prefix */
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
Expand Down

0 comments on commit 5023a33

Please sign in to comment.