accordion description controlled for RTL

This commit is contained in:
Burak Civan
2022-08-04 11:28:44 +03:00
parent 09171e66b3
commit e38c1a5c64
8 changed files with 8 additions and 8 deletions

View File

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