popover customclass bootstrap 4 code example
Example 1: bootstrap popover style width
.popover{
max-width: 100%;
/* Max Width of the popover (depending on the container!) */
}
Example 2: bootstrap popover
.popover{
max-width: 100%;
/* Max Width of the popover (depending on the container!) */
}