diff --git a/app/templates/bookmarks/show.html.slim b/app/templates/bookmarks/show.html.slim index 7da024f..5cd1873 100644 --- a/app/templates/bookmarks/show.html.slim +++ b/app/templates/bookmarks/show.html.slim @@ -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" + p class="text-xl text-ellipsis" = bookmark.url == bookmark.content