Answers for "change tootip size in bootstrap vue"

0

change tootip size in bootstrap vue

.tooltip .tooltip-inner{
  max-width: 500px !important;
  width: 400px !important;
}
Posted by: Guest on May-11-2020

Browse Popular Code Answers by Language