Skip to content

Commit

Permalink
Fix modal width for delete workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Dec 4, 2024
1 parent 5dba8d2 commit ab0ef54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
/>
{isDeleteModalOpen && (
<EuiModal
maxWidth={false}
style={{ width: '70vw' }}
onClose={() => setIsDeleteModalOpen(false)}
>
Expand Down

0 comments on commit ab0ef54

Please sign in to comment.