I am using Bootstrap-vue to show tool-tip. Works good but I can't increase width of tool-tip beyond a limit.
I found some related issues and discussions on github but couldn't resolve the issue.
I am not using sass or anything. I am simply importing TooltipPlugin
from bootstrap-vue
.
Also tried solution here setting
.tooltip .tooltip-inner{
max-width: 500px !important;
width: 400px !important;
}
does nothing. also tried setting --max-width: none;
-- but no luck
How do I increase the width of tool-tip to make the content readable.