Added space between padlock icon and demo warning text

This commit is contained in:
snipe 2020-09-15 11:40:36 -07:00
parent bfd024fdfd
commit 3b6fb68ff1
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -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>') !!}