mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Setup break words
This commit is contained in:
parent
529ce2ece8
commit
b77866c65b
@ -2,7 +2,7 @@
|
||||
<script src="{{ asset('vendor/dropzone-5.7.0/dist/min/dropzone.min.js') }}"></script>
|
||||
|
||||
<div class="bg-white rounded shadow p-4 mb-10">
|
||||
<span class="text-sm mb-4 block text-gray-500">{{ ctrans('texts.allowed_file_types' )}} png,ai,svg,jpeg,tiff,pdf,gif,psd,txt,doc,xls,ppt,xlsx,docx,pptx</span>
|
||||
<span class="text-sm mb-4 block text-gray-500 break-words">{{ ctrans('texts.allowed_file_types' )}} png, ai, svg, jpeg, tiff, pdf, gif, psd, txt, doc, xls, ppt, xlsx, docx, pptx</span>
|
||||
<form action="{{ route('client.upload.store') }}" class="dropzone" method="post" enctype="multipart/form-data">
|
||||
@csrf
|
||||
<div class="fallback">
|
||||
|
Loading…
x
Reference in New Issue
Block a user