account name truncated

This commit is contained in:
Burak Civan 2022-09-09 15:00:39 +03:00
parent df4951a3d5
commit 73988e5c0e

View File

@ -64,7 +64,9 @@
<x-table.td class="w-6/12 sm:w-5/12">
<x-slot name="first" class="flex font-bold">
{{ $item->name }}
<div class="truncate">
{{ $item->name }}
</div>
@if (! $item->enabled)
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />