On small screens, my titles (dcc.Graph) are too long. How can I force the line to break ? I tried flex, whitespace, word break, display flex, block, etc etc etc etc, and probably at least half of the possible CSS properties. Nothing works.
@shammamah Thanks, it worked! So simple
Was trying to escape the html tag but there is actually no need. I just added <br> in the middle of my title and it worked