mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	🐛 Fixed word-wrap for extra long anchor links text (#478)
refs #466 Anchor links didn't break, when the text was too long. Using `word-break: break-all` specifically on a-tags in post-content fixes this without screwing up other tags and their breaks.
This commit is contained in:
		
				
					committed by
					
						
						John O'Nolan
					
				
			
			
				
	
			
			
			
						parent
						
							78993720fd
						
					
				
				
					commit
					ae192a9fff
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -815,6 +815,7 @@ The first (most recent) post in the list is styled to be bigger than the others
 | 
			
		||||
 | 
			
		||||
.post-full-content a {
 | 
			
		||||
    color: #000;
 | 
			
		||||
    word-break: break-word;
 | 
			
		||||
    box-shadow: var(--blue) 0 -1px 0 inset;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user