浏览代码

HUE-6077 [frontend] Add padding to the right panel content

Enrico Berti 8 年之前
父节点
当前提交
3c16cca

文件差异内容过多而无法显示
+ 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-assist.less

@@ -62,6 +62,7 @@
   overflow-x: hidden;
   overflow-y: auto;
   border: none !important;
+  padding: 10px;
 }
 
 .assist-function-categories,

部分文件因为文件数量过多而无法显示