Fix rss feeds table overflow with long slugs

This commit is contained in:
advplyr 2025-04-06 17:50:39 -05:00
parent 9d0e7759e0
commit f7109a055c

View file

@ -32,7 +32,7 @@
<p class="truncate">{{ feed.meta.title }}</p>
</td>
<!-- -->
<td class="hidden xl:table-cell">
<td class="hidden xl:table-cell max-w-48">
<p class="truncate">{{ feed.slug }}</p>
</td>
<!-- -->