Skip to content

Commit

Permalink
fix: blocks table address style (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored Jan 22, 2025
1 parent db42e88 commit 9f18033
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
:label="trans('tables.blocks.generated_by')"
:attributes="$attributes"
>
<x-general.identity :model="$model" />
<x-general.identity :model="$model">
<x-truncate-middle>
{{ $model->address() }}
</x-truncate-middle>
</x-general.identity>
</x-tables.rows.mobile.encapsulated.cell>

0 comments on commit 9f18033

Please sign in to comment.