Merge pull request #2452 from brkcvn/master

Line height edited for wizard finish step
This commit is contained in:
Denis Duliçi 2022-06-13 14:36:41 +03:00 committed by GitHub
commit 0b69cf2fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 line-clamp-3"
<div class="text-black-300 text-sm my-2 line-clamp-2 h-10"
v-html="item.description"></div>
</div>
</a>