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

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?