mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: adjust padding of problem detected icon (#6293)
This PR adjusts the vertical position of the problem detected icon in the environment selector. <img width="1137" alt="image" src="https://github.com/Unleash/unleash/assets/17786332/ef961bba-6380-4849-a81a-0468fc467b5c">
This commit is contained in:
		
							parent
							
								
									e5c07f00cb
								
							
						
					
					
						commit
						c7182d8faf
					
				@ -33,7 +33,7 @@ const EnvironmentSelectionContainer = styled('div')(({ theme }) => ({
 | 
			
		||||
            color: theme.palette.warning.main,
 | 
			
		||||
            position: 'absolute',
 | 
			
		||||
            fontSize: theme.fontSizes.bodySize,
 | 
			
		||||
            top: 'calc(var(--padding-vertical) * .7)',
 | 
			
		||||
            top: 'calc(var(--padding-horizontal) * .12)',
 | 
			
		||||
            right: 'calc(var(--padding-horizontal) * .2)',
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user