User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Labels |
Added:
?
|
If it's just the icons themselves that needs to be fixed with, then you can use the fa-fw class, e.g:
Won't work as it would be overruled by https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/blocks/_header.scss#L68
Inline with what you suggest I have moved the width to the icon level
Milestone |
Added: |
Milestone |
Added: |
what is a "fa" class and where is it documented?
fa
is a FontAwesome class which is the icon library been used for Joomla 4... http://fontawesome.io/
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-18 14:28:31 |
Closed_By | ⇒ | wilsonge |
If it's just the icons themselves that needs to be fixed with, then you can use the
fa-fw
class, e.g:fa fa-external-link fa-fw
Would be a nicer approach IMO