Overflow fixed

This commit is contained in:
merve karaman 2023-09-01 14:28:20 +03:00 committed by GitHub
parent 5ef37de85c
commit d21950e1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="text-red text-sm mt-1 block"
<div class="text-red text-sm mt-1 block whitespace-normal"
v-if="{{ isset($attributes['v-error']) ? $attributes['v-error'] : 'form.errors.has("' . $name . '")' }}"
v-html="{{ isset($attributes['v-error-message']) ? $attributes['v-error-message'] : 'form.errors.get("' . $name . '")' }}">
</div>