Skip to content

Commit

Permalink
fix: increase legend margins
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 8, 2023
1 parent 996606c commit da7715a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default class Grid extends React.PureComponent<GridProps> {
private legend() {
const H = this.histoModel()
const outerBoxProps: BoxProps = {
marginRight: 1,
marginRight: this.props.legendPosition === "right" ? 2 : 1,
justifyContent: "flex-end",
}
const innerBoxProps: BoxProps = {
Expand Down

0 comments on commit da7715a

Please sign in to comment.