From b6c52c441e04e32db4978e31d32a57f2d7b91c5e Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 5 Jul 2022 16:01:47 +0800 Subject: [PATCH] * Finish task #59475. --- module/bug/css/batchcreate.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/bug/css/batchcreate.css b/module/bug/css/batchcreate.css index 9fa73c284f..eaa1b26799 100644 --- a/module/bug/css/batchcreate.css +++ b/module/bug/css/batchcreate.css @@ -7,5 +7,5 @@ .c-steps {width: 150px;} .c-pri, .c-severity {width: 80px;} .c-actions {width: 60px;} -[lang^=de] .c-build {width: 110px} -[lang^=fr] .c-build {width: 110px} +[lang^=de] .c-build, [lang^=fr] .c-build {width: 115px} +@media screen and (max-width: 1366px) {[lang^=de] .c-build, [lang^=fr] .c-build {width: 110px}}