I tried adding this to the <head> on the page containing the tree:
<style type="text/css">
div.wicket-tree {
white-space: nowrap;
/*border: 1px solid #ccc; remove border */
width: 60em; /* increase width to 60em*/
overflow: auto;
margin: 10px;
line-height: 1.5em;
}
</style>
but it didn't seem to have any effect..?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicket-tree-tp3313498p3313566.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]