mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: make Edge instance node width consistent (#9335)
https://linear.app/unleash/issue/2-3295/make-edge-instance-nodes-width-consistent-in-the-connected-edges-view When manually testing this feature I noticed that sometimes Edge instance nodes had different widths depending on their content. This makes it so they stretch to the available space, making all instance nodes in a group (app-name) the same width.
This commit is contained in:
		
							parent
							
								
									6e1f683902
								
							
						
					
					
						commit
						ac8d742e5f
					
				| @ -15,6 +15,7 @@ import { HelpIcon } from 'component/common/HelpIcon/HelpIcon'; | ||||
| import { NetworkConnectedEdgeInstanceLatency } from './NetworkConnectedEdgeInstanceLatency'; | ||||
| 
 | ||||
| const StyledInstance = styled('div')(({ theme }) => ({ | ||||
|     width: '100%', | ||||
|     borderRadius: theme.shape.borderRadiusMedium, | ||||
|     border: '1px solid', | ||||
|     borderColor: theme.palette.secondary.border, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user