Skip to content

Commit

Permalink
restore flex to keep the fixed two col
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Dec 13, 2024
1 parent 37a66db commit 892b2cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocol-designer/src/pages/Designer/ProtocolSteps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ export function ProtocolSteps(): JSX.Element {
padding={SPACING.spacing12}
gridGap={SPACING.spacing16}
>
<DraggableSidebar setTargetWidth={setTargetWidth} />
<Flex flex="1" height="100%">
<DraggableSidebar setTargetWidth={setTargetWidth} />
</Flex>
<Flex
backgroundColor={COLORS.blue35}
alignItems={ALIGN_CENTER}
flexDirection={DIRECTION_COLUMN}
gridGap={SPACING.spacing16}
Expand Down

0 comments on commit 892b2cc

Please sign in to comment.