From 6d337dd09a359df7dd53fc50267e5b5f34919473 Mon Sep 17 00:00:00 2001 From: Christopher Johnson <christopher.johnson@wikimedia.de> Date: Thu, 27 Aug 2015 10:49:21 +0200 Subject: [PATCH] fixes pie legend wrap issue on Windows Change-Id: Icbb50ccea31b4d25e6c2cd8435e0c65aa9ab72b4 --- src/view/burndown/BoardDataPieView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/burndown/BoardDataPieView.php b/src/view/burndown/BoardDataPieView.php index 757a4ef..a360057 100644 --- a/src/view/burndown/BoardDataPieView.php +++ b/src/view/burndown/BoardDataPieView.php @@ -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', -- GitLab