Fix truncation

This commit is contained in:
2023-06-21 21:36:40 +10:00
parent ea94356d7c
commit e921342823

View File

@@ -5,7 +5,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:
div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:text-gray-200" x-data="{ open: false }"
a class="text-blue-600 no-underline hover:underline" href=bookmark.url
p class="text-xl text-ellipsis"
p class="text-xl text-ellipsis overflow-hidden"
= bookmark.url
== bookmark.content