From 4f6739980eb23577d53bedab41ee4c4b3817045f Mon Sep 17 00:00:00 2001 From: liyuchun Date: Mon, 8 Nov 2021 10:31:34 +0800 Subject: [PATCH] * Finish task #43937. --- module/task/css/batchcreate.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/css/batchcreate.css b/module/task/css/batchcreate.css index c9998a61a5..dc6eebd16d 100644 --- a/module/task/css/batchcreate.css +++ b/module/task/css/batchcreate.css @@ -21,7 +21,7 @@ select[id^="story"] + .picker-single {width: 130px; max-width: 130px;} .chosen-results > li.has-new-task.highlighted {color: #fff;} .c-id {width: 30px;} -.c-module, .c-desc {width: 150px;} +.c-desc {width: 150px;} .c-story {width: 200px;} .c-assigned {width: 130px;} .c-date {width: 120px;}