I have a code like this: https://jsfiddle.net/qchtngzf/1/
and now, when the browser is too narrow, the div.right
(the text on the right) jumps onto a next line. I would like to, however, if the div.left
(the text on the left) would get smaller and the text inside would break onto a next line and the div.right
would stay in the same place instead.
I found a similar issue here: Making a div float left, but not "fall" if text is too long but it's a little different and doesn't work for me even with some changes I tried.
Thank you.