Explorar o código

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

Johan Ahlen %!s(int64=6) %!d(string=hai) anos
pai
achega
ce650fb5e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/js/ko/components/ko.navTags.js

+ 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 }">