Skip to content

Commit

Permalink
truncate text for now
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Aug 18, 2024
1 parent 81279c2 commit c9449c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/eventsCards.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Card.Root class="m-2 w-[350px] dark:bg-slate-700">
<Card.Header>
<Card.Title>{event.name}</Card.Title>
<Card.Description>{event.description}</Card.Description>
<Card.Description class="truncate">{event.description}</Card.Description>
</Card.Header>
<Card.Content>
<form>
Expand Down

0 comments on commit c9449c0

Please sign in to comment.