diff --git a/verification/curator-service/ui/src/components/LinelistTable/styled.ts b/verification/curator-service/ui/src/components/LinelistTable/styled.ts index 14fcb7971..7aa5523ff 100644 --- a/verification/curator-service/ui/src/components/LinelistTable/styled.ts +++ b/verification/curator-service/ui/src/components/LinelistTable/styled.ts @@ -24,5 +24,5 @@ export const ActionMenuItem = styled(MenuItem)(({ theme }) => ({ })); export const LineListContainer = styled('div')(() => ({ - marginTop: '66px', + marginTop: '64px', })); diff --git a/verification/curator-service/ui/src/components/Sidebar/styled.ts b/verification/curator-service/ui/src/components/Sidebar/styled.ts index bead2bdaa..17abc4f33 100644 --- a/verification/curator-service/ui/src/components/Sidebar/styled.ts +++ b/verification/curator-service/ui/src/components/Sidebar/styled.ts @@ -21,6 +21,7 @@ export const useStyles = makeStyles()((theme: Theme) => ({ backgroundColor: '#ECF3F0', border: 'none', width: theme.drawerWidth, + marginTop: '64px', }, drawerContents: { display: 'flex', diff --git a/verification/curator-service/ui/src/components/SourceTable.tsx b/verification/curator-service/ui/src/components/SourceTable.tsx index 4df3f328b..7832c6a7a 100644 --- a/verification/curator-service/ui/src/components/SourceTable.tsx +++ b/verification/curator-service/ui/src/components/SourceTable.tsx @@ -760,7 +760,7 @@ const SourceTableStyled = withStyles(SourceTable, (theme: Theme) => ({ width: '100%', }, sourcesSection: { - marginTop: '66px', + marginTop: '64px', }, }));