html tag edited for print template

This commit is contained in:
Burak Civan
2022-06-06 17:59:36 +03:00
parent 37f59eb310
commit 08604acdbb
6 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
x-ref="accordion_{{ $type }}"
x-bind:class="{{ $type }} == 'open' ? 'h-auto ' : 'scale-y-0 h-0'"
>
<div class="my-3 space-x-3 rtl:space-x-reverse">
<div class="my-3">
{!! $body !!}
</div>
</div>