mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix overflowing title when watching video (#319)
* Fix overflowing titles * Fix overflowing title when watching video
This commit is contained in:
		
							parent
							
								
									c4416888b6
								
							
						
					
					
						commit
						960f5d414c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
                :selectedAutoPlay="selectedAutoPlay"
 | 
					                :selectedAutoPlay="selectedAutoPlay"
 | 
				
			||||||
                :selectedAutoLoop="selectedAutoLoop"
 | 
					                :selectedAutoLoop="selectedAutoLoop"
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
            <div class="uk-text-bold uk-margin-small-top uk-text-large uk-text-emphasis">{{ video.title }}</div>
 | 
					            <div class="uk-text-bold uk-margin-small-top uk-text-large uk-text-emphasis uk-text-break">{{ video.title }}</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <div class="uk-flex uk-flex-middle">
 | 
					            <div class="uk-flex uk-flex-middle">
 | 
				
			||||||
                <div class="uk-margin-small-right">{{ addCommas(video.views) }} views</div>
 | 
					                <div class="uk-margin-small-right">{{ addCommas(video.views) }} views</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue