use invalid-feedback bootstrap code example
Example 1: text-decoration:none; bootstrap
<a href="#" class="text-decoration-none">Non-underlined link</a>
Example 2: change tootip size in bootstrap vue
.tooltip .tooltip-inner{
max-width: 500px !important;
width: 400px !important;
}