File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/Shared/Components/WorkflowOptionsModal Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import {
33
33
WORKFLOW_OPTIONS_MODAL_TYPES ,
34
34
} from './constants'
35
35
import { getSwitchToWebhookPayload } from './utils'
36
- import './workflowOptions.scss'
37
36
38
37
const WorkflowOptionsModal = ( {
39
38
handleCloseWorkflowOptionsModal,
@@ -184,7 +183,7 @@ const WorkflowOptionsModal = ({
184
183
close = { loadingWebhook ? null : handleFlowCompletion }
185
184
>
186
185
< div
187
- className = "workflow-options- modal bg__overlay br-8 flexbox h-500 dc__overflow-auto"
186
+ className = "mt-40 dc__m-auto w-650 dc__box-shadow-- modal bg__modal br-8 flexbox h-500 dc__overflow-auto"
188
187
onClick = { stopPropagation }
189
188
>
190
189
{ /* Sidebar */ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments