unused developments ejected
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
@php
|
||||
$slot_text_length = strlen($slot);
|
||||
|
||||
$slot_isHtml = strlen(strip_tags($slot)) < strlen($slot);
|
||||
@endphp
|
||||
|
||||
@if ($slot_text_length >= '30' && ! $slot_isHtml)
|
||||
<div data-truncate-parent class="flex lg:block truncate">
|
||||
<div
|
||||
@class([
|
||||
$width,
|
||||
'truncate',
|
||||
])
|
||||
data-truncate
|
||||
>
|
||||
{!! $slot !!}
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
{!! $slot !!}
|
||||
@endif
|
@ -1,4 +1,4 @@
|
||||
<td data-truncate-table class="{{ $class }}" {{ $attributes }}>
|
||||
<td class="{{ $class }}" {{ $attributes }}>
|
||||
@if (!empty($first))
|
||||
@php
|
||||
$first_attributes = $first->attributes;
|
||||
|
Reference in New Issue
Block a user