mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01: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