mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Change changepassword menu icon to fixed width (#4262)
This commit is contained in:
parent
1e65c7bf9a
commit
068308ef56
|
@ -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…
Reference in a new issue