Answers for "add html to popover bootsstrap"

0

bootstrap popover style width

.popover{
    max-width: 100%; 
    /* Max Width of the popover (depending on the container!) */
}
Posted by: Guest on July-16-2020
0

popover bootstrap 3

<a tabindex="0" class="btn btn-lg btn-danger" role="button" data-toggle="popover" data-trigger="hover" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a>
Posted by: Guest on March-18-2021

Browse Popular Code Answers by Language