mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: project settings table overflow (#7288)
This commit is contained in:
		
							parent
							
								
									1a6197660f
								
							
						
					
					
						commit
						c869ea35e4
					
				@ -4,7 +4,7 @@ import { VerticalTab } from './VerticalTab/VerticalTab';
 | 
				
			|||||||
const StyledTabPage = styled('div')(({ theme }) => ({
 | 
					const StyledTabPage = styled('div')(({ theme }) => ({
 | 
				
			||||||
    display: 'flex',
 | 
					    display: 'flex',
 | 
				
			||||||
    gap: theme.spacing(3),
 | 
					    gap: theme.spacing(3),
 | 
				
			||||||
    [theme.breakpoints.down('md')]: {
 | 
					    [theme.breakpoints.down('xl')]: {
 | 
				
			||||||
        flexDirection: 'column',
 | 
					        flexDirection: 'column',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
}));
 | 
					}));
 | 
				
			||||||
@ -21,7 +21,7 @@ const StyledTabs = styled('div')(({ theme }) => ({
 | 
				
			|||||||
    gap: theme.spacing(1),
 | 
					    gap: theme.spacing(1),
 | 
				
			||||||
    width: theme.spacing(30),
 | 
					    width: theme.spacing(30),
 | 
				
			||||||
    flexShrink: 0,
 | 
					    flexShrink: 0,
 | 
				
			||||||
    [theme.breakpoints.down('md')]: {
 | 
					    [theme.breakpoints.down('xl')]: {
 | 
				
			||||||
        width: '100%',
 | 
					        width: '100%',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
}));
 | 
					}));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user