Fix some incorrect views

This commit is contained in:
Ferks 2022-11-01 12:22:51 -04:00
parent e37eb6c157
commit 5548c02698
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -195,8 +195,8 @@
</div>
@if(config('SETTINGS::RECAPTCHA:ENABLED') == 'true')
<div class="form-group mb-3">
<div class="custom-control p-0">
<label>{{ __('Your Recaptcha') }}:</label>
<div class="custom-control p-0" style="transform:scale(0.77); transform-origin:0 0;">
<label style="font-size: 1.3rem;">{{ __('Your Recaptcha') }}:</label>
{!! htmlScriptTagJsApi() !!}
{!! htmlFormSnippet() !!}
</div>