From 9914478a5852ab7ae8b656efcc6a6b61bc27bd14 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Fri, 23 Sep 2022 08:54:58 +0000 Subject: [PATCH] * Fix bug#27404. --- module/testcase/css/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/css/edit.css b/module/testcase/css/edit.css index 98116880d4..a27479cd4d 100644 --- a/module/testcase/css/edit.css +++ b/module/testcase/css/edit.css @@ -3,7 +3,7 @@ .table-form > tbody > tr > td .btn.addbutton {display: block; margin: 1px 0px; width: 40px; padding: 1px 6px;} .table-form > tbody > tr > td .btn.delbutton {display: block; margin: 1px 0px; width: 40px; padding: 1px 6px;} #branch {width: 95px!important;} - .detail > table > tbody th {width: 80px !important;} + .detail > table > tbody th {width: 100px !important;} [lang^=en] .detail > table > tbody th, [lang^=fr] .detail > table > tbody th {width: 100px !important;} [lang^=de] .detail > table > tbody th {width: 125px !important;} .linkCaseTitle, .linkBugTitle {white-space: nowrap;}