If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I am trying to change the width of twitter bootstrap popover using bootstrap 3:
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-
I would like the have a Bootstrap Popover be wider. I read that this should work:
.popover-inner a {
width: 600px;
}
But, the browser console still shows auto with the above code. Hard to de...
Comment