Change changepassword menu icon to fixed width (#4262)
This commit is contained in:
parent
1e65c7bf9a
commit
068308ef56
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<a href="{{ route('account.password.index') }}">
|
||||
<i class="fa fa-asterisk"></i> @lang('general.changepassword')
|
||||
<i class="fa fa-asterisk fa-fw"></i> @lang('general.changepassword')
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue