all list pages updated same height

This commit is contained in:
batuhanbas
2020-02-09 16:06:06 +03:00
parent 04af057194
commit c46ab7b14f
11 changed files with 44 additions and 26 deletions

View File

@ -46,7 +46,7 @@
<tbody>
@foreach($transactions as $item)
<tr class="row align-items-center border-top-1">
<tr class="row align-items-center border-top-1 tr-py">
<td class="col-sm-2 col-md-2 d-none d-sm-block">@date($item->paid_at)</td>
<td class="col-xs-4 col-sm-3 col-md-2">{{ $item->account->name }}</td>
<td class="col-xs-4 col-sm-3 col-md-2">{{ trans_choice('general.' . Str::plural($item->type), 1) }}</td>