mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix overflowing titles (#318)
This commit is contained in:
		
							parent
							
								
									9068564500
								
							
						
					
					
						commit
						c4416888b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
                    >{{ timeFormat(video.duration) }}</span
 | 
					                    >{{ timeFormat(video.duration) }}</span
 | 
				
			||||||
                >
 | 
					                >
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            <p>{{ video.title }}</p>
 | 
					            <p class="uk-text-break">{{ video.title }}</p>
 | 
				
			||||||
        </router-link>
 | 
					        </router-link>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div :class="{ 'uk-align-left': !(video.views >= 0 || video.uploadedDate) }">
 | 
					        <div :class="{ 'uk-align-left': !(video.views >= 0 || video.uploadedDate) }">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue