From 48b239f67fd4f139f9a9c7530026693b8ae0473c Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Tue, 10 Oct 2023 23:07:11 -0400 Subject: [PATCH] * Fix bug #39380. --- module/productplan/css/browse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/productplan/css/browse.css b/module/productplan/css/browse.css index 9b583dbeaa..a07b93413b 100644 --- a/module/productplan/css/browse.css +++ b/module/productplan/css/browse.css @@ -22,7 +22,7 @@ td.c-branch {overflow: hidden; text-align: left !important; white-space: nowrap; .c-execution {width: 60px !important;} .c-bug, .c-hour {width: 60px;} .c-desc {width: 140px;} -.c-date {width: 90px;} +.c-date {width: 100px;} .plan-name {position: relative; display: flex; align-items: center;} .plan-name > span {flex: none;}