mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Add nowrap to date & rss button
Closes #117, Closes https://github.com/TryGhost/Ghost/issues/3755 - Adds white-space: nowrap; to prevent strings wrapping and breaking onto multiple lines
This commit is contained in:
		@@ -603,6 +603,7 @@ margin on the iframe, cause it breaks stuff. */
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
    text-transform: uppercase;
 | 
			
		||||
    line-height: 35px;
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
    transition: all ease 0.3s;
 | 
			
		||||
}
 | 
			
		||||
@@ -791,6 +792,7 @@ body:not(.post-template) .post-title {
 | 
			
		||||
    border-left: #d5dbde 1px solid;
 | 
			
		||||
    text-transform: uppercase;
 | 
			
		||||
    font-size: 1.3rem;
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.user-image {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user