You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
is there a way to configure wunderbaum to have a horizontal scroll bar and adjust the width of a node based on its content? It looks like that currently
// Set the width of the title span, so overflow ellipsis work
the width of the title span is fixed / based on the size of the tree container.
A very long title seems to be currently shortened and I have found no way for the user to see the whole title. This is also an issue for a very deeply nested tree.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi,
is there a way to configure wunderbaum to have a horizontal scroll bar and adjust the width of a node based on its content? It looks like that currently
wunderbaum/src/wb_node.ts
Line 1820 in b948e42
A very long title seems to be currently shortened and I have found no way for the user to see the whole title. This is also an issue for a very deeply nested tree.
All reactions