Prevent treeview items from wrapping.

This commit is contained in:
Dave Page 2015-03-11 15:39:54 +00:00
parent e451ad5ddc
commit af7dcd49b4

View File

@ -63,3 +63,8 @@ iframe {
height: 8em;
overflow: scroll;
}
/* Prevent tree items wrapping */
.aciTree .aciTreeItem {
white-space: nowrap !important;
}