mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-19 04:05:55 -04:00
Fix rss feeds table overflow with long slugs
This commit is contained in:
parent
9d0e7759e0
commit
f7109a055c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
<!-- -->
|
||||
|
|
Loading…
Add table
Reference in a new issue