Skip to content

Commit ead9343

Browse files
committed
fix(protocol-designer): modify the listbutton width
modify the listbutton width close RQA-3914
1 parent 42dc7bf commit ead9343

File tree

1 file changed

+1
-0
lines changed
  • protocol-designer/src/molecules/ToggleExpandStepFormField

1 file changed

+1
-0
lines changed

protocol-designer/src/molecules/ToggleExpandStepFormField/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export function ToggleExpandStepFormField(
7676
type="noActive"
7777
padding={SPACING.spacing12}
7878
onClick={onToggleUpdateValue}
79+
width="100%"
7980
>
8081
<Flex flexDirection={DIRECTION_COLUMN} width="100%">
8182
<Flex justifyContent={JUSTIFY_SPACE_BETWEEN} alignItems={ALIGN_CENTER}>

0 commit comments

Comments
 (0)