Parcourir la source

Forgot max-height for file browser tree

Stephen Ficklin il y a 4 ans
Parent
commit
396bca8057
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
 }