Fixes treenodes with very long names breaking the tree

This commit is contained in:
perploug
2014-01-27 22:09:16 +01:00
parent 05a8d80284
commit 31429ad9c8

View File

@@ -61,7 +61,7 @@
margin: 0px;
min-width: 100%;
width: 100%;
display: table
//display: table
}
.umb-tree ul.collapsed {
@@ -82,6 +82,7 @@
vertical-align: middle;
padding: 5px 0 5px 0;
position: relative;
overflow: hidden;
}
.umb-tree a.noSpr {