mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +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';
|
||||
|
||||
const FormAddComponent = ({ title, ...formProps }) => (
|
||||
<Card className={commonStyles.fullwidth}>
|
||||
<Card className={commonStyles.fullwidth} style={{ overflow: 'visible' }}>
|
||||
<CardTitle style={{ paddingTop: '24px' }}>{title}</CardTitle>
|
||||
<FormComponent {...formProps}/>
|
||||
</Card>
|
||||
|
Loading…
Reference in New Issue
Block a user