mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: Edge observability width fix (#9345)
Makes the Edge instance node width consistent.
This commit is contained in:
		
							parent
							
								
									1db97882c2
								
							
						
					
					
						commit
						7245112e14
					
				@ -29,6 +29,7 @@ const StyledInstance = styled('div')(({ theme }) => ({
 | 
				
			|||||||
}));
 | 
					}));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const StyledAccordion = styled(Accordion)({
 | 
					const StyledAccordion = styled(Accordion)({
 | 
				
			||||||
 | 
					    width: '100%',
 | 
				
			||||||
    background: 'transparent',
 | 
					    background: 'transparent',
 | 
				
			||||||
    boxShadow: 'none',
 | 
					    boxShadow: 'none',
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user