line clamp bugfix solved for Wizard

This commit is contained in:
Burak Civan 2022-06-09 09:58:58 +03:00
parent 14c5a265be
commit 594aa6f5bc
2 changed files with 12108 additions and 716 deletions

12822
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@
</div>
<div class="w-3/4 lg:ltr:pl-8 lg:rtl:pr-8">
<span class="font-medium">{{ item.name }}</span>
<div class="text-black-300 text-sm my-2" style="overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;"
<div class="text-black-300 text-sm my-2 line-clamp-3"
v-html="item.description"></div>
</div>
</a>