"category name edited for long text"

This commit is contained in:
Burak Civan 2021-05-01 13:50:07 +03:00
parent 655fe3a359
commit ad1304ab23
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
<img src="{{ $item->picture ? Storage::url($item->picture->id) : asset('public/img/akaunting-logo-green.svg') }}" class="avatar image-style p-1 mr-3 item-img hidden-md col-aka" alt="{{ $item->name }}">
<a href="{{ route('items.edit', $item->id) }}">{{ $item->name }}</a>
</td>
<td class="col-lg-1 col-xl-2 d-none d-lg-block">
<td class="col-lg-1 col-xl-2 d-none d-lg-block long-texts">
{{ $item->category->name }}
</td>
<td class="col-md-3 col-lg-3 col-xl-2 text-right d-none d-md-block">

View File

@ -77,7 +77,7 @@
@endif
@endif
</td>
<td class="col-lg-2 col-xl-2 d-none d-lg-block text-left">{{ $item->category->name }}</td>
<td class="col-lg-2 col-xl-2 d-none d-lg-block text-left long-texts">{{ $item->category->name }}</td>
<td class="col-lg-2 col-xl-2 d-none d-lg-block text-left">{{ $item->account->name }}</td>
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1 text-center">
<div class="dropdown">

View File

@ -77,7 +77,7 @@
@endif
@endif
</td>
<td class="col-lg-2 col-xl-2 d-none d-lg-block text-left">{{ $item->category->name }}</td>
<td class="col-lg-2 col-xl-2 d-none d-lg-block text-left long-texts">{{ $item->category->name }}</td>
<td class="col-lg-2 col-xl-2 d-none d-lg-block text-left">{{ $item->account->name }}</td>
<td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1 text-center">
<div class="dropdown">