I need a container, that grows with the width of the title (so the title always needs just one line) but it may not grow with the remaining text content, which is supposed to break lines as usual.
Here is what I am thinking about:
The container grows in width if the title grows, but the remaining text does not make the container grow.
Does anyone know, how that could be done?
I tried this with flex grow properties but couldn't get it to work.