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;}