Looking for Bootstrap's popover-inner?

Missing some of your popovers? Here's how to go about displaying them

If you have recently upgraded your version of Bootstrap from 2 to 3 then you might be wondering why some of your popovers are not working as you might expect.

One potential reason is that there used to be a class called .popover-inner, this now seems to be directly replaced with .popover-content.

I had some styled nested inside of .popover-inner which magically stopped applying after the update.


Recent posts View all

Web Dev

Creating draft posts in Jekyll

How to create and develop with draft posts in Jekyll

Ruby

Forcing a Rails database column to be not null

How you can force a table column to always have something in it with Rails