Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: remove padding in WithLegend
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed May 25, 2019
1 parent 5794420 commit 2f0a400
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ const LEGEND_STYLE_BASE: CSSProperties = {
display: 'flex',
flexGrow: 0,
flexShrink: 0,
fontSize: '0.9em',
order: -1,
paddingTop: '5px',
};

const CHART_STYLE_BASE: CSSProperties = {
Expand Down

0 comments on commit 2f0a400

Please sign in to comment.