瀏覽代碼

HUE-7 [importer] Avoid moving of elements next to the HiveChoosers

Enrico Berti 8 年之前
父節點
當前提交
4cdbd4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/jquery.hiveautocomplete.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/jquery.hiveautocomplete.js

@@ -59,7 +59,7 @@
     }
 
     _el.wrap('<div class="inline">');
-    _el.parent().append('<i class="fa fa-spinner fa-spin muted" style="margin-top: 8px; margin-left: -24px; display:none"></i>');
+    _el.parent().append('<i class="fa fa-spinner fa-spin muted" style="margin-top: 8px; margin-left: -24px; margin-right: 11px; display:none"></i>');
 
     function setHueBreadcrumbCaretAtEnd(element) {
       var elemLength = element.value.length;