Merge pull request #3046 from mervekaraman/master
When importing, the file name is overflowing.
This commit is contained in:
commit
503cfa2118
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue