From 1c13ccd0ba135356e62d037ef4d7e53bc0777042 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 1 Jul 2022 10:05:33 +0800 Subject: [PATCH] * Fix bug #24659. --- 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 482db3d259..f8b92d3422 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -63,6 +63,7 @@ $formId = 'searchForm-' . uniqid(''); .operatorWidth {width: 110px !important;} html[lang^='zh-'] .fieldWidth {width: 110px !important;} html[lang^='zh-'] .operatorWidth {width: 90px !important;} +.table tbody tr td input {display: block !important;}