Skip to content

Commit

Permalink
fix(app): fix robot configuration card display issue (#14093)
Browse files Browse the repository at this point in the history
add margin-bottom to give the right size space

fix RAUT-835
  • Loading branch information
koji authored Dec 5, 2023
1 parent d7646ac commit 521b190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/organisms/ProtocolDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ export function ProtocolDetails(
<Flex
flexDirection={DIRECTION_ROW}
justifyContent={JUSTIFY_SPACE_BETWEEN}
marginBottom={SPACING.spacing16}
>
<Flex
flex={`0 0 ${String(SIZE_5)}`}
Expand Down

0 comments on commit 521b190

Please sign in to comment.