From bbd580c3738d9805db2a7fb72862e95a0b87d41b Mon Sep 17 00:00:00 2001 From: Zongjun Lan Date: Mon, 7 Mar 2022 13:44:17 +0800 Subject: [PATCH] * fix bug 19010 --- module/todo/css/assignto.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/todo/css/assignto.css b/module/todo/css/assignto.css index f5472f5f03..85f4742d06 100644 --- a/module/todo/css/assignto.css +++ b/module/todo/css/assignto.css @@ -1,3 +1,3 @@ #end_chosen .chosen-single {border-left: none;} #begin_chosen .chosen-results, #end_chosen .chosen-results {max-height: 150px;} -#todoAssignForm {margin-bottom: 110px;} +#todoAssignForm {margin-bottom: 20px;} \ No newline at end of file