From 1ae2cffc7c39034f8bb6ebcf7c7f997f894bb730 Mon Sep 17 00:00:00 2001 From: liyuchun Date: Fri, 12 Nov 2021 11:01:04 +0800 Subject: [PATCH] * Fix bug #16165. --- module/bug/css/batchcreate.css | 2 ++ module/story/css/batchcreate.css | 2 ++ module/task/css/batchcreate.css | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/module/bug/css/batchcreate.css b/module/bug/css/batchcreate.css index 9cd6305f9e..dcfd01218a 100644 --- a/module/bug/css/batchcreate.css +++ b/module/bug/css/batchcreate.css @@ -1,3 +1,5 @@ +#importLinesModal .modal-dialog {width: 80%;} + .c-id {width: 50px !important;} .c-branch, .c-module, .c-os {width: 120px;} .c-execution {width: 130px;} diff --git a/module/story/css/batchcreate.css b/module/story/css/batchcreate.css index 8ac7a5c628..4e5dc17db3 100644 --- a/module/story/css/batchcreate.css +++ b/module/story/css/batchcreate.css @@ -1,3 +1,5 @@ +#importLinesModal .modal-dialog {width: 80%;} + #batchCreateForm .c-id {width: 50px; text-align: center; color: #838A9D;} #batchCreateForm .c-module, #batchCreateForm .c-plan {width: 180px;} diff --git a/module/task/css/batchcreate.css b/module/task/css/batchcreate.css index dc6eebd16d..0469aab8d1 100644 --- a/module/task/css/batchcreate.css +++ b/module/task/css/batchcreate.css @@ -20,8 +20,10 @@ select[id^="story"] + .picker-single {width: 130px; max-width: 130px;} .chosen-results > li.has-task.highlighted, .chosen-results > li.has-new-task.highlighted {color: #fff;} +#importLinesModal .modal-dialog {width: 80%;} + .c-id {width: 30px;} -.c-desc {width: 150px;} +.c-name, .c-desc {width: 150px;} .c-story {width: 200px;} .c-assigned {width: 130px;} .c-date {width: 120px;}