From 70e124b9efd9b79e20e96fd10f7869941a0184e7 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Tue, 7 Dec 2021 10:07:02 +0800 Subject: [PATCH] * Fix bug #17126. --- module/execution/css/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index 1c8503d973..ab1f69c3a3 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -18,7 +18,7 @@ td.flex span.project-type-label {margin-left: 5px; min-width: 36px;} @-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}} .c-status, .c-date, .c-percent, .c-attribute {width: 80px;} -.c-estimate, .c-consumed, .c-left {width: 70px;} +.c-estimate, .c-consumed, .c-left, .c-pm {width: 70px;} .c-progress, .c-burn {width: 60px;} .c-realBegan, .c-end, .c-begin, .c-realEnd{width: 100px;} .c-action {text-align: center;}