Firstly, apologies for the hard to understand question title.
In HTML/CSS, I want my multiple line text element to inherit it's width from the text inside. It does this if the contained text only spans one line, but when the text spans multiple lines, it forces itself to width:100%;
.
Here's a fiddle of the problem: https://jsfiddle.net/guzvpe2q/
Thanks in advance.