Hi, I was reading through this sample app for tornadoFX
https://github.com/edvin/todomvchttps://github.com/edvin/todomvc and I realised that when adding an item to the todo list that is too large for the current size of the container the label does not cut and get an ellipsis at the end. I have been googling trying to look for an answer on how to do this but I can't seem to find it. I was thinking of adding a listener to the widthProperty of the label. Any ideas/resources