Skip to content

Commit

Permalink
Merge pull request #473 from CBIIT/HOTFIX/CRDCDH-1401
Browse files Browse the repository at this point in the history
CRDCDH-1401 Hotfix: Reduce the metrics dropdown margin
  • Loading branch information
Alejandro-Vega authored Sep 24, 2024
2 parents 43209c6 + 306e480 commit c81a473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/operationDashboard/DashboardView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const StyledViewHeader = styled(Box)({
display: "flex",
justifyContent: "center",
alignItems: "center",
marginBottom: "-130px",
marginBottom: "-178px",
marginTop: "0px",
});

Expand All @@ -37,7 +37,7 @@ const StyledFormControl = styled(FormControl)({
gap: "15px",
width: "300px",
marginBottom: "auto",
marginTop: "57px",
marginTop: "37px",
});

const StyledInlineLabel = styled("label")({
Expand Down

0 comments on commit c81a473

Please sign in to comment.