mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	fix: user icon text overflow in some cases
This commit is contained in:
		@@ -77,6 +77,7 @@
 | 
				
			|||||||
	font-weight: normal;
 | 
						font-weight: normal;
 | 
				
			||||||
	vertical-align: middle;
 | 
						vertical-align: middle;
 | 
				
			||||||
	overflow: hidden;	/* stops alt text from overflowing past boundaries if image does not load */
 | 
						overflow: hidden;	/* stops alt text from overflowing past boundaries if image does not load */
 | 
				
			||||||
 | 
						white-space: nowrap;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	&:before {
 | 
						&:before {
 | 
				
			||||||
		content: '';
 | 
							content: '';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user