FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.48k stars 150 forks source link

Display: block required for Ionic 8+ #437

Closed woutersteven closed 6 months ago

woutersteven commented 6 months ago

Describe the problem

Up to Ionic 7.x did not require "display: block" to be specified, after upgrading to Ionic 8.x, this is required. Although it is easy to fix by adding a style="display: block" to the , it may not be preferable. The list of breaking changes with Ionic v8 is at: https://github.com/ionic-team/ionic-framework/blob/main/BREAKING.md#version-8x, perhaps it of use to somebody else.

devoto13 commented 6 months ago

Sorry, I don't understand what is it about and how it is related to the angular-fontawesome. If you believe there is a bug in the this library, please provide a minimal reproduction as was requested in the issue template and explain what exactly is not working as intended.