diff --git a/module/bug/css/view.css b/module/bug/css/view.css index 1e167d8e11..c85c0cb3c5 100644 --- a/module/bug/css/view.css +++ b/module/bug/css/view.css @@ -10,3 +10,4 @@ .resolution {white-space: nowrap; overflow: hidden;} .link-commit {overflow: hidden; white-space: nowrap; margin-right: 5px;} .main-actions .btn-toolbar{display: inline-flex; flex-wrap: wrap;} +#legendBasicInfo td .label-severity {margin-left: -5px;} diff --git a/module/execution/css/storykanban.css b/module/execution/css/storykanban.css index 5a3b6e79ac..3767d50359 100644 --- a/module/execution/css/storykanban.css +++ b/module/execution/css/storykanban.css @@ -22,7 +22,7 @@ #kanban > .table {min-width: 1100px;} #kanban.dragging .boards.dragging .board {background: #eee; opacity: .35; border-color: #f1f1f1;} #kanban thead .c-side {padding: 5px;} -#kanban .label-pri {width: 16px; height: 16px; line-height: 12px; min-width: 16px; font-size: 12px; padding: 0;} +#kanban .label-pri {width: 16px; height: 16px; line-height: 14px; min-width: 16px; font-size: 12px; padding: 0;} #kanban tbody > tr > td {line-height: 24px;} #kanban .c-board {border-bottom: 4px #EAF3FC solid;} #kanban .c-board.s-projected {border-color: #7EC5FF;}