From 8c1c84b4302e4cb1f1ff42734e4b87eaee2d74bc Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 3 Aug 2022 11:24:36 +0800 Subject: [PATCH] * Fix bug #25968. --- module/testtask/css/create.css | 2 ++ module/testtask/css/edit.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/module/testtask/css/create.css b/module/testtask/css/create.css index 33976882a6..ac95ac79ff 100644 --- a/module/testtask/css/create.css +++ b/module/testtask/css/create.css @@ -1,3 +1,5 @@ #mailtoGroup .chosen-container-single a {border-left-width: 0px;} #ownerAndPriBox .picker .picker-selections .picker-selection {width: 158px;} .table tbody>tr>td {width: 400px;} +[lang^='en'] .table tbody>tr>td, [lang^='de'].table tbody>tr>td {width: 460px;} +[lang^='fr'] .table tbody>tr>td {width: 480px;} diff --git a/module/testtask/css/edit.css b/module/testtask/css/edit.css index 33976882a6..ac95ac79ff 100644 --- a/module/testtask/css/edit.css +++ b/module/testtask/css/edit.css @@ -1,3 +1,5 @@ #mailtoGroup .chosen-container-single a {border-left-width: 0px;} #ownerAndPriBox .picker .picker-selections .picker-selection {width: 158px;} .table tbody>tr>td {width: 400px;} +[lang^='en'] .table tbody>tr>td, [lang^='de'].table tbody>tr>td {width: 460px;} +[lang^='fr'] .table tbody>tr>td {width: 480px;}