D4310 new input section (#446)
* fix password reset bug * bottom margin * fix implicit custom validation, field margin
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user