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
updated tree box width and height to better match current styling, cleaned up tree display code. Tree width is assigned at tree creation so it is difficult to dynamically adjust based on text content, so for VERY long component names the overflow-x: break-word property was added to create a new line. This will work unless someone gives a component name something incredibly long
0 commit comments