solomax commented on a change in pull request #75: URL: https://github.com/apache/openmeetings/pull/75#discussion_r420468224
########## File path: openmeetings-web/src/main/webapp/css/raw-tree.css ########## @@ -24,6 +23,90 @@ .file-tree .footer .sizes .size { padding-left: 5px; } +/* Calc width with default for max level of 7 */ +.file-tree .file.item .name + , .file-tree .file.item .name span +{ + max-width: calc(var(--room-sidebar-width) - 26px); + min-width: 60px; +} +.file-tree .tree-subtree .file.item .name Review comment: @sebawagner I thought about this view a lot you are right, this is most probably the only way to display this tree structure maybe we should additionally - add `min-width` to *each* tree item? - add `min-width` to tree-panel with `overflow-x: auto`? (so in case there will be no space user can scroll) WDYT? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org