From dbe8fc34455980bc8ca7f01b271dea27d2e6d8cb Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 23 Apr 2024 16:27:56 +0800 Subject: [PATCH] * Fix bug #48258. --- module/personnel/css/addwhitelist.ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/personnel/css/addwhitelist.ui.css b/module/personnel/css/addwhitelist.ui.css index 30a26251fd..f7304a6f8b 100644 --- a/module/personnel/css/addwhitelist.ui.css +++ b/module/personnel/css/addwhitelist.ui.css @@ -1,5 +1,5 @@ .add-whitelist-panel .panel-heading .select-dept-box, .add-whitelist-panel .select-object-box {display: inline-flex;} .add-whitelist-panel .panel-heading .select-dept-box .picker, .add-whitelist-panel .select-object-box .picker {width: 248px;} -.add-whitelist-panel form {width: 280px; min-width: unset;} +.add-whitelist-panel form {width: 330px; min-width: unset;} .add-whitelist-panel .panel-body .toolbar.form-actions {width: 280px; margin-top: 1.5rem;} .add-whitelist-panel .form-batch-ditto-control .form-control {padding-right: 0.5rem;}