Suppose I have a layout containing 3 divs
side by side.
The first of these divs
has a fixed size of 100px
, the third div
can not have a fixed size because it will depend on the text inserted in it, however, it can not break the text.
The second div
, will have to adapt to the size of the other divs
. That way, it will be the only one that can break the text. How can I achieve this?
The image below best describes what I want to do: