Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the width of bootstrap popover

I Have a column whose dimensions are

width:30px and height:25px

The column bears only one button if the popover is triggered, It's width scales to the width of column ... Can someone know how to increase the width of the popover?

width:100px and height:50

I have used the following css code

.popover{
    widht:100px;
    height:50px;
    overflow:visible;
}
like image 238
Dilkush Avatar asked Oct 26 '25 14:10

Dilkush


1 Answers

A solution I tested on the Bootstrap 4 Beta version:

.popover {
        min-width: 30em !important;
}
like image 74
vzR Avatar answered Oct 29 '25 07:10

vzR



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!