I want to crop a text at the end of a container but not at the end of a line using css. Here is an example of what I want Example
Edit: What I already tried
overflow: hidden; <- to hide the overflowing text
white-space: nowrap; <- seems to be necessary but also seems to be part of the problem
text-overflow: ellipsis; <- should crop the text