mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix styling issues when adding strategy
This commit is contained in:
		
							parent
							
								
									780556ef5e
								
							
						
					
					
						commit
						04a6d254f7
					
				@ -5,7 +5,7 @@ import FormComponent from './form';
 | 
				
			|||||||
import { styles as commonStyles } from '../common';
 | 
					import { styles as commonStyles } from '../common';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const FormAddComponent = ({ title, ...formProps }) => (
 | 
					const FormAddComponent = ({ title, ...formProps }) => (
 | 
				
			||||||
    <Card className={commonStyles.fullwidth}>
 | 
					    <Card className={commonStyles.fullwidth} style={{ overflow: 'visible' }}>
 | 
				
			||||||
        <CardTitle style={{ paddingTop: '24px' }}>{title}</CardTitle>
 | 
					        <CardTitle style={{ paddingTop: '24px' }}>{title}</CardTitle>
 | 
				
			||||||
        <FormComponent {...formProps}/>
 | 
					        <FormComponent {...formProps}/>
 | 
				
			||||||
    </Card>
 | 
					    </Card>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user