Is there a way to increase the width of the tooltip box in a reactive web application? If so, what can I do and how?
Hi Martin
You can override the style "tooltip-wrapper" increasing the min-width.
For example:
.tooltip-wrapper { min-width: 200px }
thx Vera
In case this doesn't work, try changing the width (or add it if the attribute doesn't exist).
Overriding min-width did nothing for me, I had to add width: 100px.