Skip to content

Commit

Permalink
Better way to set width of From To dropdowns (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored and joeyballentine committed Mar 3, 2023
1 parent 7c9275e commit ed0eba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/groups/FromToDropdownsGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SmallDropDown = memo(({ nodeId, input, inputData, isLocked }: SmallDropDow
);

return (
<Box w="6em">
<Box w="full">
<DropDown
isDisabled={isLocked}
options={input.options}
Expand Down

0 comments on commit ed0eba8

Please sign in to comment.