mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix: overlapping text on collections book table #410
This commit is contained in:
		
							parent
							
								
									7717e57c16
								
							
						
					
					
						commit
						f25ce1c0e7
					
				| @ -14,12 +14,12 @@ | ||||
|           </div> | ||||
|         </div> | ||||
|       </div> | ||||
|       <div class="w-80 h-full px-2 flex items-center"> | ||||
|         <div> | ||||
|       <div class="flex-grow max-w-md h-full px-2 flex items-center"> | ||||
|         <div class="truncate px-1"> | ||||
|           <nuxt-link :to="`/item/${book.id}`" class="truncate hover:underline">{{ bookTitle }}</nuxt-link> | ||||
|         </div> | ||||
|       </div> | ||||
|       <div class="flex-grow flex items-center"> | ||||
|       <div class="w-20 flex items-center"> | ||||
|         <p class="font-mono text-sm">{{ bookDuration }}</p> | ||||
|       </div> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user