Hi,
I am building a shiny app for a dataset derived from a survey that had long questions such as: "How many times did the board meet during 2017?"
As thing stand now I have title and or legend of plots that have text so long it gets truncated.
I know I can do something like HTML("I want a line break here <br/> since the text is long"
But then I will have breaks even when the screen is wide enough. I was wondering is there any way to make this adjust automatically depending on the width of the screen?