Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3645 from jrjohnson/fixed-width
Browse files Browse the repository at this point in the history
Restore fixed-width to icons
  • Loading branch information
dartajax authored Jan 5, 2024
2 parents 1537ba3 + 02e592f commit 72f9b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/fa-icon.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{! template-lint-disable eol-last }}
<svg
class="awesome-icon fa-{{@icon}} {{if @spin "spin"}} {{this.flip}} {{if @listItem "list-item"}}"
class="awesome-icon fa-{{@icon}} {{if @spin "spin"}} {{this.flip}} {{if @listItem "list-item"}} {{if @fixedWidth "fixed-width"}}"
data-icon={{@icon}}
aria-hidden={{this.ariaHidden}}
focusable={{this.focusable}}
Expand Down

0 comments on commit 72f9b6b

Please sign in to comment.