I am trying to display text contained in a div which has a position: absolute;
on only one line.
The parent is position:relative;
and the width of the parent might be smaller than the div containing the text.
I would like the text of my position: absolute;
div staying on one line, how could I achieve that? For the moment, the maximum width of the div is the width of the parent.
Here is a jsfiddle I made to explain the problem: https://jsfiddle.net/El_Matella/fb15mq68/
Thanks a lot for your help :)