diff --git a/module/execution/css/taskkanban.css b/module/execution/css/taskkanban.css index 5082b16f5e..ae5997b8fb 100644 --- a/module/execution/css/taskkanban.css +++ b/module/execution/css/taskkanban.css @@ -75,3 +75,4 @@ #kanbans .kanban-affixed .kanban-header-col .title.action-dbc .storyColumn .text {color: #fff;} #kanbans .kanban-affixed .kanban-header-col .title.action-dbc .storyColumn .caret {display: none;} .kanban-card a[disabled] {color: #313c52;} +.kanban-col .icon-arrow-up + .tooltip {white-space: nowrap;} diff --git a/module/execution/js/taskkanban.js b/module/execution/js/taskkanban.js index 43b458c1eb..64273448bc 100644 --- a/module/execution/js/taskkanban.js +++ b/module/execution/js/taskkanban.js @@ -357,7 +357,7 @@ function renderColumnCount($count, count, col) } var text = count + '/' + (col.limit < 0 ? '' : col.limit); - $count.html(text + ''); + $count.html(text + ''); if(col.limit != -1 && col.limit < count) {