Browse Source

Forgot max-height for file browser tree

Stephen Ficklin 4 năm trước cách đây
mục cha
commit
396bca8057
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }