Skip to content
Snippets Groups Projects
Commit 6d337dd0 authored by Christopher Johnson's avatar Christopher Johnson
Browse files

fixes pie legend wrap issue on Windows

Change-Id: Icbb50ccea31b4d25e6c2cd8435e0c65aa9ab72b4
parent 19bfd1a8
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ final class BoardDataPieView extends Phobject{
$boardpie = phutil_tag('div',
array(
'id' => 'c3-board-data-pie',
'style' => 'width: 225px; height:200px; padding-left: 30px;
'style' => 'width: 265px; height:200px; padding-left: 30px;
float: left;',
), pht('Board'));
$taskpie = phutil_tag('div',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment