* Fix bug #20975.
This commit is contained in:
@@ -57,3 +57,5 @@
|
||||
.c-type {width: 150px !important; overflow: unset;}
|
||||
.c-group {width: 190px !important; overflow: unset;}
|
||||
.c-type {margin-left: 0px !important;}
|
||||
|
||||
.createButton {margin-right: 5px;}
|
||||
|
||||
@@ -300,7 +300,7 @@ function renderHeaderCol($col, col, $header, kanban)
|
||||
if(col.asParent) $col = $col.children('.kanban-header-col');
|
||||
if($col.children('.actions').context != undefined) return;
|
||||
|
||||
var $actions = $('<div class="actions" />');
|
||||
var $actions = $('<div class="actions createButton" />');
|
||||
var printStoryButton = printTaskButton = printBugButton = false;
|
||||
if(priv.canCreateStory || priv.canBatchCreateStory || priv.canLinkStory || priv.canLinkStoryByPlan) printStoryButton = true;
|
||||
if(priv.canCreateTask || priv.canBatchCreateTask) printTaskButton = true;
|
||||
|
||||
Reference in New Issue
Block a user