Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rabol committed Mar 11, 2022
1 parent 56f414b commit 6579b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/log-viewer-view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-medium bg-
@endif
</td>
{{--<td>{{$logEntry->file_path}}</td>--}}
<td class="px-2 py-3 whitespace-nowrap">
<td class="px-2 py-3 whitespace-nowrap truncate max-w-sm">
{{-- \Illuminate\Support\Str::limit($logEntry->context, 40, ' (...)') --}}
<p class="truncate">{{$logEntry->context}}</p>
<span class="truncate">$logEntry->context</span>
</td>
<td class="px-2 py-3 whitespace-nowrap">
<a href="{{ Rabol\FilamentLogviewer\Pages\LogViewerViewDetailsPage::getUrl(['recordId' => $logEntry->id,'fileName'=> $filename])}}"
Expand Down

0 comments on commit 6579b53

Please sign in to comment.