mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	style: use display instead of visibility
This commit is contained in:
		
							parent
							
								
									0c0ae552f4
								
							
						
					
					
						commit
						3bcbd0fd50
					
				@ -22,9 +22,9 @@ export const useStyles = makeStyles(theme => ({
 | 
			
		||||
    title: {
 | 
			
		||||
        fontSize: '1rem',
 | 
			
		||||
        fontWeight: 'normal',
 | 
			
		||||
        visibility: 'hidden',
 | 
			
		||||
        [theme.breakpoints.up('sm')]: {
 | 
			
		||||
            visibility: 'visible',
 | 
			
		||||
        display: 'unset',
 | 
			
		||||
        [theme.breakpoints.down(600)]: {
 | 
			
		||||
            display: 'none',
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
    iconButton: {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user