Skip to content

Commit

Permalink
widen the modal body
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed Aug 11, 2020
1 parent 2360970 commit 7ecbbb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webui/react/src/pages/TrialDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,17 @@ If the problem persists please contact support.',
<Button onClick={handleEditContConfig}>Edit Full Config</Button>
<Button type="primary" onClick={handleFormCreate}>Create</Button>
</>}
style={{
minWidth: '60rem',
}}
title={`Continue Trial ${trialId} of Experiment ${experimentId}`}
visible={contFormVisible}
onCancel={handleContFormVisibile(false)}
>
<Form
form={form}
initialValues={{ description: contDescription, maxLength: contMaxLength }}
labelCol={{ span: 9 }}
labelCol={{ span: 8 }}
name="basic"
>
<Form.Item
Expand Down

0 comments on commit 7ecbbb1

Please sign in to comment.