christianwgd / django-bootstrap-icons

A quick way to add Bootstrap Icons with Django template tags.
MIT License
24 stars 7 forks source link

Bootstrap Icons default alignment has changed #10

Closed christianwgd closed 2 years ago

christianwgd commented 2 years ago

At some point Bootstrap Icons seems to have changed the default vertical alignment of the icons. I'll have to take a closer look.

A reliable workaround is to set an explicit alignment with the extra_classes argument or override the global default in CSS.

christianwgd commented 2 years ago

Fixed with 0.8.1