I am facing an issue with a row of divs. While all the divs on the left automatically resize to fit their content, I want the leftmost div to adjust its size based on the content, but be influenced by the divs on the right. In other words, if the right divs expand significantly in size, the left div should cut off its content and decrease in size to align properly.
This behavior is successful when the left div is empty, but once it contains content, resizing doesn't occur as expected.
Is there a solution or workaround for this situation?