瀏覽代碼

HUE-5636 [importer] Reduce label size to avoid selectize triggering

Enrico Berti 9 年之前
父節點
當前提交
cda612d
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      desktop/libs/indexer/src/indexer/templates/importer.mako

+ 5 - 1
desktop/libs/indexer/src/indexer/templates/importer.mako

@@ -87,6 +87,10 @@ ${ assist.assistPanel() }
     margin-left: 130px;
   }
 
+  .step label:not(.checkbox) {
+    display: inline-block;
+  }
+
   .step input[type='text'] {
     margin-bottom: 0;
   }
@@ -662,7 +666,7 @@ ${ assist.assistPanel() }
     </label>
 
     <span data-bind="visible: level() == 0 || ($parent.type() != 'array' && $parent.type() != 'map')">
-       <input type="text" class="input-mini" placeholder="${ _('Field comment') }" data-bind="value: comment">
+       <input type="text" class="input-small" placeholder="${ _('Field comment') }" data-bind="value: comment">
     </span>
 
     <!-- ko if: level() > 0 && $parent.type() == 'struct' && $parent.nested().length > 1 -->