From 781314142cee4bbdabc84c5488e7dfa038600ff0 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Tue, 14 Dec 2021 10:20:34 +0800 Subject: [PATCH] * Fix bug #17316. --- module/execution/css/all.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index ab1f69c3a3..7a2d86efd4 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -17,8 +17,8 @@ td.flex span.label-badge {margin-left: 5px; min-width: 50px;} 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-status, .c-date, .c-attribute {width: 80px;} .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-percent, .c-realBegan, .c-end, .c-begin, .c-realEnd{width: 100px;} .c-action {text-align: center;}