diff --git a/module/execution/css/all.css b/module/execution/css/all.css index 2c7e5bd431..3ffc710f2a 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -13,7 +13,7 @@ body {margin-bottom: 25px;} .table th.hours {padding-right: 8px !important;} .main-table tbody > tr.table-children > td:first-child::before {width: 3px;} td.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} -td.flex {display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; margin-bottom: -2px;} +td.flex {display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; margin-bottom: -1px;} td.flex span.label-badge {margin-left: 5px; min-width: 50px;} td.flex span.label-badge.label-light {min-width: 22px;} td.flex span.project-type-label {margin-left: 5px; min-width: 36px;} @@ -31,3 +31,4 @@ td.flex span.project-type-label {min-width: 40px;} .c-project{text-overflow: unset !important;} canvas {height: 28px;} .parent.has-child.c-name.flex, .table-child-bottom > .c-name.flex {border-bottom: 1px solid #cbd0db;} +.parent.has-child.c-name.flex {margin-bottom: -2px;}