how to control tooltip length in vuejs using style code example
Example: change tootip size in bootstrap vue
.tooltip .tooltip-inner{
max-width: 500px !important;
width: 400px !important;
}
.tooltip .tooltip-inner{
max-width: 500px !important;
width: 400px !important;
}