@@ -1099,6 +1099,12 @@ body.hide-subview .lm_controls {
line-height: 18px;
height: 18px;
}
+.jstree.small .jstree-anchor.crop {
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ width: 230px;
+}
.jstree.small .jstree-icon {
width: 18px;
@@ -1219,6 +1219,13 @@ body.hide-subview {
.jstree-anchor {
line-height: @size;
height: @size;
+
+ &.crop {
+ }
.jstree-icon {
width: @size;
@@ -640,6 +640,7 @@ class Level3D extends FileView {
style = Reflect.field(styles, p.name);
var a = el.find("a").first();
+ a.addClass("crop");
if(style == null)
a.removeAttr("style");
else