소스 검색

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;
 }