Skip to content

Commit 5ccf188

Browse files
committed
Make transform type dropdown consistent
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 47d59fe commit 5ccf188

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/pages/workflow_detail/workflow_inputs/processor_inputs/ml_processor_inputs/model_inputs.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ export function ModelInputs(props: ModelInputsProps) {
346346
<EuiFlexItem grow={TYPE_FLEX_RATIO}>
347347
<EuiFlexItem>
348348
<EuiCompressedSuperSelect
349+
fullWidth={true}
349350
disabled={false}
350351
options={INPUT_TRANSFORM_OPTIONS.map(
351352
(option) =>

public/pages/workflow_detail/workflow_inputs/processor_inputs/ml_processor_inputs/model_outputs.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export function ModelOutputs(props: ModelOutputsProps) {
211211
<EuiFlexItem grow={TYPE_FLEX_RATIO}>
212212
<EuiFlexItem>
213213
<EuiCompressedSuperSelect
214+
fullWidth={true}
214215
disabled={false}
215216
options={OUTPUT_TRANSFORM_OPTIONS.map(
216217
(option) =>

0 commit comments

Comments
 (0)