diff --git a/module/execution/css/story.css b/module/execution/css/story.css index b619cd26f2..42a3c1410d 100644 --- a/module/execution/css/story.css +++ b/module/execution/css/story.css @@ -12,4 +12,4 @@ th.c-pri{width:50px;} .c-category {width: 80px;} .c-actions-7 {width: 190px;} .closed-story {color: #e5e5e5;} -.stageBox {height: 180px; overflow: scroll;} +.stageBox {height: 180px; overflow: scroll; background: white;} diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 7724339deb..35f3345ed3 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -218,7 +218,7 @@ createLink('story', 'view', "storyID=$story->id&version=$story->version¶m=$execution->id"); $totalEstimate += $story->estimate; - ?> +?>