Skip to content

Commit

Permalink
Update td.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriy-ivanov authored Oct 16, 2023
1 parent f80f3e9 commit 189e24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/layouts/td.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<td class="text-{{$align}} @if(!$width) text-truncate @endif"
<td class="text-{{$align}} @if(!$width) text-truncate @endif @if(!$class){{ $class }}@endif"
data-column="{{ $slug }}" colspan="{{ $colspan }}"
@style([
"min-width:$width;" => $width,
Expand Down

0 comments on commit 189e24d

Please sign in to comment.