html tag edited for print template

This commit is contained in:
Burak Civan
2022-06-06 17:59:36 +03:00
parent 37f59eb310
commit 08604acdbb
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<span class="material-icons text-base">attach_file</span>
@endif
<div class="flex flex-col text-gray-500 ml-3 gap-y-1">
<span class="w-80 text-sm truncate">{{ $file->basename }}</span>
<span class="w-64 text-sm truncate">{{ $file->basename }}</span>
<span class="text-xs mb-0">{{ $file->readableSize() }}</span>
</div>
</div>