parent
2ff8da4832
commit
561b0e6f71
@ -368,7 +368,7 @@ class ConfigDetail extends React.Component {
|
||||
<Input htmlType={'text'} readOnly {...init('md5')} />
|
||||
</FormItem>
|
||||
<FormItem label={locale.configuration} required>
|
||||
<div className={editorClass} id="container" style={{ height: 500 }} />
|
||||
<div className={editorClass} id="container" style={{ minHeight: 500 }} />
|
||||
</FormItem>
|
||||
</Form>
|
||||
<Row>
|
||||
|
@ -595,7 +595,7 @@ class ConfigEditor extends React.Component {
|
||||
</div>
|
||||
}
|
||||
>
|
||||
<div id="container" className={editorClass} style={{ height: 450 }} />
|
||||
<div id="container" className={editorClass} style={{ minHeight: 450 }} />
|
||||
</Form.Item>
|
||||
</Form>
|
||||
<Row>
|
||||
|
@ -592,7 +592,7 @@ class NewConfig extends React.Component {
|
||||
}
|
||||
required
|
||||
>
|
||||
<div id={'container'} className={editorClass} style={{ height: 450 }} />
|
||||
<div id={'container'} className={editorClass} style={{ minHeight: 450 }} />
|
||||
</FormItem>
|
||||
|
||||
<FormItem label=" ">
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user