Skip to content

Commit

Permalink
fix(app): fix run preview when full-screened (#16000)
Browse files Browse the repository at this point in the history
Closes RQA-3005
  • Loading branch information
mjhuff authored Aug 14, 2024
1 parent afba276 commit 708bea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/RunPreview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const RunPreviewComponent = (
<Flex
ref={viewPortRef}
flexDirection={DIRECTION_COLUMN}
height="28rem"
height="65vh"
width="100%"
overflowY={OVERFLOW_SCROLL}
gridGap={SPACING.spacing8}
Expand Down

0 comments on commit 708bea3

Please sign in to comment.