Skip to content

Commit

Permalink
remove stray '-' in BarChart css
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Nov 6, 2024
1 parent accec68 commit 4e51e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const StyledDataChart = styled(DataChart)`
content: 'Date range (UTC)';
position: absolute;
top: calc(100% + 5px);
left: -0;
left: 0;
font-size: 0.75rem;
width: max-content;
}
Expand Down

0 comments on commit 4e51e53

Please sign in to comment.