This commit is contained in:
tianshujie
2022-03-22 15:20:47 +08:00
parent 27ee0c1d3d
commit ccf11069cb
2 changed files with 3 additions and 1 deletions

View File

@@ -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;}

View File

@@ -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;