Improve rendering of history graph in "CommitGraphView"

Summary: Ref T13552. In the new combined "table/list" graph view, tidy up the graph rendering.

Test Plan: {F7633504}

Maniphest Tasks: T13552

Differential Revision: https://secure.phabricator.com/D21411
This commit is contained in:
epriestley
2020-07-10 11:41:59 -07:00
parent 46695c76eb
commit 9fa2525384
5 changed files with 71 additions and 38 deletions

View File

@@ -205,6 +205,7 @@ final class PHUIDiffGraphView extends Phobject {
'diffusion-commit-graph',
array(
'count' => $count,
'autoheight' => true,
));
return $graph;