Skip to content

Commit

Permalink
Remove padding from GraphContainer, throws off pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Nov 24, 2021
1 parent 5251f9a commit ab0e201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Nest/components/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export const GraphContainer = styled(Col)`
border-radius: ${(props) => props.theme.borderRadius}px;
overflow: hidden;
background: ${(props) => props.theme.color.transparent[100]};
padding-top: 25px;
@media (max-width: ${(props) => props.theme.breakpoints.mobile}px) {
height: 250px;
Expand Down

0 comments on commit ab0e201

Please sign in to comment.