소스 검색

HUE-6907 [search] The dashboard header is bigger than the other headers

Enrico Berti 8 년 전
부모
커밋
1d6037a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/dashboard/src/dashboard/templates/common_search.mako

+ 1 - 1
desktop/libs/dashboard/src/dashboard/templates/common_search.mako

@@ -100,7 +100,7 @@ from desktop.views import commonheader, commonfooter, _ko
     <!-- /ko -->
   </div>
 
-  <form data-bind="visible: $root.isEditing() && columns().length == 0">
+  <form class="form-search" data-bind="visible: $root.isEditing() && columns().length == 0">
     ${ _('Select one') }
     <!-- ko if: $root.initial.engines().length > 1 -->
       <select class="input-medium" data-bind="options: $root.initial.engines, value: $root.collection.engine, optionsText: 'name',  optionsValue: 'type', disable: isSyncingCollections"></select>