瀏覽代碼

HUE-8469 [frontend] The sql popover comment should scroll when expanded and overflowing

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

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


文件差異過大導致無法顯示
+ 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/components/hue-popover.less

@@ -399,6 +399,7 @@
     .flex(1 1 100%);
     white-space: pre-wrap;
     margin-bottom: 2px;
+    overflow: auto;
   }
 }
 

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