mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: multiline textarea resizing for json input
This commit is contained in:
		
							parent
							
								
									fe0c7087de
								
							
						
					
					
						commit
						a19b46b3e6
					
				@ -88,6 +88,9 @@ const StyledFieldColumn = styled('div')(({ theme }) => ({
 | 
			
		||||
 | 
			
		||||
const StyledInput = styled(Input)(() => ({
 | 
			
		||||
    width: '100%',
 | 
			
		||||
    '& textarea': {
 | 
			
		||||
        resize: 'vertical',
 | 
			
		||||
    },
 | 
			
		||||
}));
 | 
			
		||||
 | 
			
		||||
const StyledPercentageContainer = styled('div')(({ theme }) => ({
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user