atmo.rsvp
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

Florian 2588a72a 32d850d6

+1 -1
+1 -1
src/routes/p/atmosphereconf.org/ScheduleEventCell.svelte
··· 73 73 {/if} 74 74 75 75 {#if event.description} 76 - <p class="text-base-500 dark:text-base-400 mt-3 text-sm">{event.description}</p> 76 + <p class="text-base-500 dark:text-base-400 mt-3 line-clamp-3 break-words text-sm">{event.description}</p> 77 77 {/if} 78 78 79 79 <EventRsvp