Fixed Missing CSS for FontAwesome light

digitalpoint

Well-known member
Affected version
2.1.0
When trying to use a FontAwsome light icon, I noticed the columns were misaligned (see first row in image below). A little digging, and it appears the .fal class is setup properly in core_fa.less, but core_contentrow.less is missing references to it, so things like defining width (and some other stuff) are missing when using FA light icons.

197537
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.1).

Change log:
Add missing fal class in the core_contentrow less.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom