Merge pull request #3046 from mervekaraman/master

When importing, the file name is overflowing.
This commit is contained in:
Cüneyt Şentürk 2023-10-03 10:01:12 +03:00 committed by GitHub
commit 503cfa2118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
</div>
<div class="relative h-12">
<p class="absolute dz-import-upload z-10" data-dz-name>...</p>
<p class="absolute inset-x-2 dz-import-upload z-10 w-44 truncate" data-dz-name>...</p>
<p class="dz-import-text pt-6" v-html="textExtensionAndLimitationFile"></p>
</div>

View File

@ -112,7 +112,7 @@
/>
<div class="text-red text-sm mt-1 mb-3 block"
v-if="!form.errors.has('items.' + index + '.quantity')"
v-if="form.errors.has('items.' + index + '.quantity')"
v-html="form.errors.get('items.' + index + '.quantity')">
</div>