瀏覽代碼

HUE-7992 [oozie] Big workflows show horizontally scroll in Hue 4

Enrico Berti 7 年之前
父節點
當前提交
ced615893a

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


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


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue4.less

@@ -360,7 +360,7 @@
 .page-content {
   .flex(1);
   position: relative;
-  overflow-x: hidden !important;
+  overflow-x: auto;
 }
 
 .page-content .content-panel {

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