blob: b50dbdc70a7548c5df5bc16c808aca76d96fdd5a [file] [log] [blame]
/* CSS for TreeDisableWrapExtension */
.TreeDisableWrap {
white-space: nowrap;
}
.TreeIEDisableWrap {
width: expression( 5 + firstChild.offsetWidth );
}