From 020528cdbbb3c01d03eae04a54f013eb5db5298d Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 7 Jun 2022 08:59:51 +0800 Subject: [PATCH] * Fix bug #23335. --- module/execution/css/managemembers.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/execution/css/managemembers.css b/module/execution/css/managemembers.css index 57b1ce469c..5e0732d35a 100644 --- a/module/execution/css/managemembers.css +++ b/module/execution/css/managemembers.css @@ -17,8 +17,8 @@ #execution_chosen .chosen-single {width: 230px;} #execution_chosen .chosen-drop ul li .label {margin-top: 2px; background: #fff; color: #838a9d; border: 1px solid #d8d8d8;} .radio-inline {line-height: normal;} -#dept + .picker{width: 220px;} -#execution + .picker{width: 230px;} +#dept + .picker {width: 220px;} +#execution + .picker {width: 230px;} #mainMenu .picker-has-value {float: left;} #teamForm .table tr > td:first-child {padding-left: 10px;}