Skip to content

Commit

Permalink
fix(GoalPreview): adapt height for long goal titles
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Apr 26, 2023
1 parent 966d4c3 commit 19c333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GoalPreview/GoalPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const StyledModalHeader = styled(ModalHeader)`

const StyledModalContent = styled(ModalContent)`
overflow: auto;
height: 100%;
height: 70vh;
padding-top: ${gapM};
`;
Expand Down

0 comments on commit 19c333c

Please sign in to comment.