Answers for "how to increase the bootstrap4 popover width"

CSS
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

Code answers related to "how to increase the bootstrap4 popover width"

Browse Popular Code Answers by Language