mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-05-04 01:17:19 +02:00
Fix rss feeds table overflow with long slugs
This commit is contained in:
parent
9d0e7759e0
commit
f7109a055c
@ -32,7 +32,7 @@
|
|||||||
<p class="truncate">{{ feed.meta.title }}</p>
|
<p class="truncate">{{ feed.meta.title }}</p>
|
||||||
</td>
|
</td>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<td class="hidden xl:table-cell">
|
<td class="hidden xl:table-cell max-w-48">
|
||||||
<p class="truncate">{{ feed.slug }}</p>
|
<p class="truncate">{{ feed.slug }}</p>
|
||||||
</td>
|
</td>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
Loading…
Reference in New Issue
Block a user