Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix font awesome icons width #128

Merged
merged 1 commit into from
Oct 17, 2023
Merged

fix font awesome icons width #128

merged 1 commit into from
Oct 17, 2023

Conversation

deniak
Copy link
Member

@deniak deniak commented Oct 16, 2023

We recently migrated to font awesome 6 which changed the way the default width was set. They now use font-size to manage the specify size of the icons where the version 5 used width.
The side effect is that our default icon svg size is set to 100% and the font awesome bootstrap no longer overrides that value resulting is weird alignment:
Screenshot 2023-10-16 at 17 53 38
instead of
Screenshot 2023-10-16 at 17 53 26

That PR removes the 100% width for svg from font awesome.

Fix w3c/w3c-website#528

@deniak deniak merged commit 1b0e642 into main Oct 17, 2023
@deniak deniak deleted the fa-icon-width branch October 17, 2023 09:07
@NicolaSaunders NicolaSaunders restored the fa-icon-width branch October 25, 2023 16:27
@deniak deniak deleted the fa-icon-width branch October 30, 2023 09:58
@deniak deniak mentioned this pull request Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Connected account service heading info are not displayed properly
3 participants