rtl controlled for document and transaction show

This commit is contained in:
Burak Civan
2022-08-03 17:07:12 +03:00
parent 179106380c
commit b945539e2e
10 changed files with 355562 additions and 569 deletions

View File

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