two column header controlled

This commit is contained in:
Burak Civan
2022-11-14 09:23:45 +03:00
parent 19461843cb
commit eeb3379e80
7 changed files with 62 additions and 19 deletions

View File

@ -5,11 +5,11 @@
@endphp
@if ($slot_is_string >= $textSize && ! $slot_isHtml)
<x-tooltip id="page-title" placement="bottom" message="{!! $slot !!}">
<div class="truncate" style="width: 22rem;">
{!! $slot !!}
</div>
</x-tooltip>
<div class="overflow-x-hidden">
<div data-title-truncate class="truncate">
{!! $slot !!}
</div>
</div>
@else
{!! $slot !!}
@endif