Skip to content

Commit

Permalink
fix(app): fix tasklist modal position (#16103)
Browse files Browse the repository at this point in the history
* fix(app): fix tasklist modal position
  • Loading branch information
koji authored Aug 26, 2024
1 parent 21c7adb commit b005304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/organisms/CalibrationTaskList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export function CalibrationTaskList({
width: 50rem;
height: 47.5rem;
`}
marginLeft="0"
>
{showCompletionScreen ? (
<Flex
Expand Down

0 comments on commit b005304

Please sign in to comment.