scenario edited

This commit is contained in:
Burak Civan
2022-11-14 11:54:09 +03:00
parent cabcdcb7df
commit 15e2c71f47
10 changed files with 93 additions and 67 deletions

View File

@ -4,12 +4,8 @@
$slot_is_string = strval(strlen($slot));
@endphp
@if ($slot_is_string >= $textSize && ! $slot_isHtml)
<div class="overflow-x-hidden">
<div data-title-truncate class="truncate">
<div>
<div data-title-truncate>
{!! $slot !!}
</div>
</div>
@else
{!! $slot !!}
@endif