浏览代码

HUE-6077 [frontend] Remove double scroll from the editor help modal

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

文件差异内容过多而无法显示
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


+ 2 - 2
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -943,8 +943,8 @@
   }
 
   #helpModal .tab-content {
-    min-height: 355px;
-    max-height: 355px;
+    min-height: 310px;
+    max-height: 310px;
   }
 
   .tooltip {

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