line height edited for wizard finish step

This commit is contained in:
Burak Civan 2022-06-13 14:34:31 +03:00
parent e7a937f250
commit a64de6e330
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>