Skip to content

Commit

Permalink
increase indent for graphs (fixes allure-framework#938, via allure-fr…
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored and wuhuizuo committed Apr 1, 2017
1 parent 03c1b33 commit 4cb2078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PopoverView from '../../../components/popover/PopoverView';
import escape from '../../../util/escape';
import duration from '../../../helpers/duration';

const PAD_LEFT = 35;
const PAD_LEFT = 50;
const PAD_TOP = 7;
const PAD_BOTTOM = 30;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PopoverView from '../../../components/popover/PopoverView';
import escape from '../../../util/escape';
import d3 from 'd3';

const PAD_LEFT = 30;
const PAD_LEFT = 50;
const PAD_TOP = 7;
const PAD_BOTTOM = 30;

Expand Down

0 comments on commit 4cb2078

Please sign in to comment.