Here is an [example](https://jsfiddle.net/egormkn/38yrcot5/43/) where the tree element does not stretch to fit parent container: <img width="379" height="223" alt="Image" src="https://github.com/user-attachments/assets/2a1b8c86-425d-49e4-ad5d-53923cf1969c" /> I have added `min-width: fit-content` to `.jstree` to fix this: <img width="379" height="223" alt="Image" src="https://github.com/user-attachments/assets/703e39a3-0c7c-4ad1-9d37-a73036eafb1d" /> Perhaps this should be added to jsTree CSS by default, or maybe there is a better way to fix this issue?