瀏覽代碼

HUE-6319 [editor] Fix autocomplete spinner positioning in Firefox

Johan Ahlen 8 年之前
父節點
當前提交
7d10305

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 0
desktop/core/src/desktop/static/desktop/less/hue-autocomplete.less

@@ -70,6 +70,7 @@
 
 .autocompleter-categories {
   display: inline-block;
+  float: left;
 }
 
 .autocompleter-categories > div {

部分文件因文件數量過多而無法顯示