Problems with your jqueryFileTree.css:36
-
I noticed your file tree wasn’t showing correctly today. NOt sure what happened but adding these lines to the jqueryFileTree.css in line 36 solved the problem
width: 100%;
display: table-caption;The entire code block should be:
.jqueryFileTree .directory, .jqueryFileTree .file {
border: 1px solid transparent;
outline: none !important;
position: relative;
width: 100%;
display: table-caption;
}
- The topic ‘Problems with your jqueryFileTree.css:36’ is closed to new replies.