mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	stream-edit: Fix stream name span
This commit fixes broken span for stream-name edit on Firefox by adding vertical-align to css. Fixes #11923
This commit is contained in:
		@@ -843,6 +843,7 @@ form#add_new_subscription {
 | 
			
		||||
 | 
			
		||||
.editable-section[contenteditable=true] {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    vertical-align: top;
 | 
			
		||||
    color: hsl(170, 48%, 54%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user