Skip to content

Commit

Permalink
Merge pull request #2049 from bcgov/1800-fix-margins
Browse files Browse the repository at this point in the history
fix: remove bottom margin on header
  • Loading branch information
marcellmueller authored Aug 4, 2023
2 parents 6782a23 + 9b5a5eb commit b670ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Analyst/Project/ProjectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const StyledBaseAccordion = styled(BaseAccordion)`
header {
padding-bottom: 0px;
margin-bottom: 0px;
}
`;

Expand Down

0 comments on commit b670ffc

Please sign in to comment.