Skip to content

Commit

Permalink
fix(ui): Align nav and page heading baselines (getsentry#9923)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoble authored Oct 1, 2018
1 parent 1fafb73 commit a085806
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const ContentContainerWrapper = styled(Box)`
const SidebarWrapper = styled(Box)`
flex-shrink: 0;
width: ${p => p.theme.settings.sidebarWidth};
margin-top: 7px;
`;

/**
Expand Down

0 comments on commit a085806

Please sign in to comment.