I recently encountered an issue with my code: https://jsfiddle.net/qchtngzf/1/
When the browser window is too narrow, the div.right
text gets pushed onto a new line. Ideally, I would like the div.left
text to shrink and break onto a new line instead, while keeping the div.right
content in place.
After looking for solutions, I came across this similar problem: Making a div float left, but not "fall" if text is too long. However, even after trying some adjustments, it didn't work for me.
Any help or suggestions would be greatly appreciated.