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

VS CodeWeb Dev

Select multiple lines in VS Code

How to select multiple lines to edit at once within VS Code

VS Code Web Dev

Move a line up or down with VS Code

A quick tip on moving lines up or down a file using your keyboard in VS Code