long text control for transaction show

This commit is contained in:
Burak Civan
2022-10-17 14:41:30 +03:00
parent 79dc3891a3
commit c8cd3ee20c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
/>
@if ($transfer)
<div class="text-black-400 text-sm flex gap-x-1 mt-1">
<div class="text-black-400 text-sm space-y-3 mt-1">
{!! trans('transactions.slider.transfer_headline', ['from_account' => $from_account, 'to_account' => $to_account]) !!}
</div>
@endif