mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added space between padlock icon and demo warning text
This commit is contained in:
parent
bfd024fdfd
commit
3b6fb68ff1
|
@ -16,7 +16,7 @@
|
|||
</p>
|
||||
|
||||
@if (config('app.lock_passwords')===true)
|
||||
<p class="text-warning"><i class="fa fa-lock"></i>{{ trans('general.feature_disabled') }}</p>
|
||||
<p class="text-warning"><i class="fa fa-lock"></i> {{ trans('general.feature_disabled') }}</p>
|
||||
@endif
|
||||
{!! $errors->first($logoVariable, '<span class="alert-msg">:message</span>') !!}
|
||||
|
||||
|
|
Loading…
Reference in a new issue