Okay here is the case.
I have a image with a fixed width and 2 text strings with varible width.
I want the 2 inline-content span’s to stay in their column, but the solutions I’ve came up with didn’t work.
<div class="fluid-container">
<img class="fixed-width" src="x.png">
<p class="dynamic-width">
<span class="inline-content">Some content</span>
<span class="inline-content-2">Some content</span>
</p>
</div>
After hours of googling and hacking I found a solution that works in aall major browsers.
Here is the codepen http://codepen.io/lajlev/pen/mzgkw
.slim
.scss