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