diff --git a/module/execution/css/taskkanban.css b/module/execution/css/taskkanban.css index 44bd9243ee..5082b16f5e 100644 --- a/module/execution/css/taskkanban.css +++ b/module/execution/css/taskkanban.css @@ -31,7 +31,7 @@ .kanban-header-col > .title > .text {max-width: 110px !important;} .kanban-header-col > .title > .storyColumn .text {font-weight: 700; color:rgb(51, 51, 51);} .kanban-header-col > .title > .storyColumn + .dropdown-menu {top: 45px; left: auto;} -.kanban-header-sub-cols .kanban-header-col > .title .text {max-width: calc(100% - 120px) !important;} +.kanban-header-sub-cols .kanban-header-col > .title .text {max-width: calc(100% - 130px) !important;} #kanbanContainer {margin: 0;} #kanbanContainer > .panel-body {overflow: auto;} diff --git a/module/kanban/css/view.css b/module/kanban/css/view.css index 7b18779c10..b89cff1e11 100644 --- a/module/kanban/css/view.css +++ b/module/kanban/css/view.css @@ -156,7 +156,7 @@ .region .kanban-board .kanban-header-sub-cols .kanban-header-col > .title > span {max-width: calc(100% - 165px) !important;} .region .kanban-board .kanban-header-sub-cols .kanban-header-col.left > .title > span {max-width: calc(100% - 120px) !important;} .executionName .delayed {margin-right: 10px;} -.region .kanban-board .kanban-header-sub-cols .kanban-header-col > .title > .text {max-width: calc(100% - 150px) !important;} +.region .kanban-board .kanban-header-sub-cols .kanban-header-col > .title > .text {max-width: calc(100% - 172px) !important;} #kanbanBox {position: relative;} #regionTabs {background-color: #efefef; z-index: 100; display: flex; align-items: center; gap: 1.5rem; justify-content: space-between;}