Skip to content

Commit

Permalink
fix team title truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
jstet committed Oct 1, 2024
1 parent 7acb0bf commit ae5f9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/PeopleList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<h3
class="font-light {w} {wM} text-sm {expand[`${i}${y}`] === true
? 'line-clamp-3'
: 'line-clamp-2'}"
: 'line-clamp-3'}"
>
{person.position}
</h3>
Expand Down

0 comments on commit ae5f9c4

Please sign in to comment.