Ver código fonte

HUE-8923 [assist] Make sure the tags spinner isn't hidden behind the filter input

Johan Ahlen 6 anos atrás
pai
commit
ce650fb5e5

+ 1 - 1
desktop/core/src/desktop/js/ko/components/ko.navTags.js

@@ -24,7 +24,7 @@ import I18n from 'utils/i18n';
 
 const TEMPLATE = `
   <!-- ko if: loading -->
-  <div style="width: 100%; height: 20px; left: 6px; top: 8px; position: relative;" data-bind="hueSpinner: { spin: loading }"></div>
+  <div style="width: 100%; height: 20px; left: 6px; position: relative;" data-bind="hueSpinner: { spin: loading }"></div>
   <!-- /ko -->
   <!-- ko if: !loading() && (!readOnly || readOnly && currentTags().length) -->
   <div class="hue-tags" style="width: 100%" data-bind="ifnot: loading, css: { 'read-only-tags': readOnly }">