mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	site_previews: Don't hide overflow on data-container.
Because both .message_embed_title and .message_embed_description manage their own overflow, there's no need to set it on the outer container, which can clip the top of the letters on message titles under certain circumstances.
This commit is contained in:
		@@ -751,7 +751,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        .data-container {
 | 
					        .data-container {
 | 
				
			||||||
            grid-area: data-container;
 | 
					            grid-area: data-container;
 | 
				
			||||||
            overflow: hidden;
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user