accordion description controlled for RTL

This commit is contained in:
Burak Civan
2022-08-04 11:28:44 +03:00
parent 09171e66b3
commit e38c1a5c64
8 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@
</h2>
@if (!empty($description))
<span class="text-sm font-light text-black">
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
{!! $description !!}
</span>
@endif