data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

fix: use maxw on author field

+1 -1
+1 -1
src/routes/guestbook/+page.svelte
··· 81 81 {entry.content} 82 82 </p> 83 83 <p 84 - class="place-self-end text-sm font-monospace overflow-hidden text-ellipsis text-nowrap" 84 + class="max-w-[45ch] place-self-end text-sm font-monospace overflow-hidden text-ellipsis text-nowrap" 85 85 title={entry.author} 86 86 > 87 87 --- posted by {entry.author}