mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	user_profile: Use em to scale height of name heading with font size.
This commit is contained in:
		@@ -93,7 +93,7 @@
 | 
				
			|||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    gap: 10px;
 | 
					    gap: 10px;
 | 
				
			||||||
    /* This line-height is to increase the vertical clickable areas on the icons. */
 | 
					    /* This line-height is to increase the vertical clickable areas on the icons. */
 | 
				
			||||||
    line-height: 28px;
 | 
					    line-height: 1.2727em; /* 28px at 22px font-size at 14px em */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .user-profile-name {
 | 
					    .user-profile-name {
 | 
				
			||||||
        white-space: nowrap;
 | 
					        white-space: nowrap;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user