浏览代码

Forgot max-height for file browser tree

Stephen Ficklin 4 年之前
父节点
当前提交
396bca8057
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tripal/theme/css/tripal_user_files.css

+ 1 - 0
tripal/theme/css/tripal_user_files.css

@@ -5,6 +5,7 @@
 #tripal-user-file-tree {
   margin: 0;
   padding: 10px;
+  max-height: 250px;
   overflow: auto;
   border: 1px solid #AAAAAA;
 }