I'm using a "notifications" style dropDownMenu in my shinyDashboard app as a way of printing help messages for the user - much like in the examples on the main shinyDashboard website. However, I'm finding that messages past a certain length (around 40 characters, so not very long) don't fit in the box, and instead trail off with an ellipsis. This would be fine, but I can't find any way of accessing the full message, ie. clicking or hovering over the text does nothing.
Is there are way of changing the width of this box to allow for longer messages? Or alternatively, is there a way of putting line breaks in a message so that it spans multiple lines (I've found that "/n" doesn't work).
Thanks, Bob