* Fix bug #28866.
This commit is contained in:
@@ -20,6 +20,7 @@ td.c-branch {overflow: hidden; text-align: left !important; text-overflow: ellip
|
||||
.c-story, .c-status {width: 80px;}
|
||||
.c-execution {width: 60px !important;}
|
||||
.c-bug, .c-hour {width: 60px;}
|
||||
.c-desc {width: 160px;}
|
||||
|
||||
.plan-name {position: relative; display: flex; align-items: center;}
|
||||
.plan-name > span {flex: none;}
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<th class='c-bug text-center'><?php echo $lang->productplan->bugs;?></th>
|
||||
<th class='c-hour text-center'><?php echo $lang->productplan->hour;?></th>
|
||||
<th class='c-execution c-actions'><?php echo $lang->productplan->execution;?></th>
|
||||
<th><?php echo $lang->productplan->desc;?></th>
|
||||
<th class='c-desc'><?php echo $lang->productplan->desc;?></th>
|
||||
<?php
|
||||
$extendFields = $this->productplan->getFlowExtendFields();
|
||||
foreach($extendFields as $extendField) echo "<th>{$extendField->name}</th>";
|
||||
|
||||
Reference in New Issue
Block a user