D4310 new input section (#446)

* fix password reset bug

* bottom margin

* fix implicit custom validation, field margin
This commit is contained in:
Favour Olayinka 2024-06-10 17:06:11 +01:00 committed by GitHub
parent bec8e86b59
commit 3ddb08a571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,13 @@ use Illuminate\Contracts\Validation\ValidationRule;
class CustomFieldValidationRule implements ValidationRule
{
/**
* Indicates whether the rule should be implicit.
*
* @var bool
*/
public $implicit = true;
/**
* Create a new rule instance.
*

View File

@ -568,7 +568,7 @@
/>
<custom-field-validation
class="py-2 px-4 border-b"
class="py-2 px-4 border-b pb-16"
:form="form"
:field="field"
/>