mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: fix UI issues with SCIM new token button (#6948)
Makes the regenerate token button in SCIM settings behave like the rest of the grid (remove margin left, add margin bottom) 
This commit is contained in:
		
							parent
							
								
									9f6badf5df
								
							
						
					
					
						commit
						0ac9624caf
					
				| @ -108,7 +108,7 @@ export const ScimConfigSettings = ({ | ||||
|             </Grid> | ||||
| 
 | ||||
|             <Grid container spacing={3}> | ||||
|                 <Grid item md={5}> | ||||
|                 <Grid item md={5} mb={2}> | ||||
|                     <ConditionallyRender | ||||
|                         condition={Boolean(settings.hasToken)} | ||||
|                         show={ | ||||
| @ -117,7 +117,6 @@ export const ScimConfigSettings = ({ | ||||
|                                 color='error' | ||||
|                                 disabled={loading} | ||||
|                                 onClick={onGenerateNewToken} | ||||
|                                 sx={{ ml: 1 }} | ||||
|                             > | ||||
|                                 Generate new token | ||||
|                             </Button> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user