Skip to content

Commit

Permalink
Minor UI bug fuix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 committed Jun 29, 2022
1 parent 518a6ab commit 416aaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/settings/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const PageContainer = styled.div`

const SettingsBarContainer = styled.div`
padding-top: 20px;
height: 100vh;
min-height: 100vh;
border-right: 1px solid ${ANTD_GRAY[5]};
`;

Expand Down

0 comments on commit 416aaf6

Please sign in to comment.