From 1d0b30eee4a48164814ff0146a0c1c08d004b8cd Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 12 Apr 2023 13:17:46 +0800 Subject: [PATCH] * Fix bug #34073. --- module/search/view/buildform.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 561c224524..affe427411 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -69,6 +69,7 @@ html[lang^='zh-'] .operatorWidth {width: 90px !important;} #save-query {float: unset !important; position: absolute; right: 50px;} #save-query .text {top: 0px;} #save-query .text:after {border-bottom: 0px solid #0c64eb;} +# [id^='valueBox'] > div.picker span.picker-selection-text {padding-right: 10px;}