adds more docs images

Former-commit-id: ca85fb52f051dee5c3402265c1da8e4ab5cbe29b
This commit is contained in:
Christian Beutel
2024-03-15 18:46:09 +01:00
parent 814fbe4996
commit a97883b4ab
7 changed files with 14 additions and 13 deletions

View File

@@ -29,9 +29,9 @@
<i class="fa fa-table-list text-5xl"></i>
</div>
{/if}
<div class="basis-full self-start">
<div class="flex justify-between items-center">
<h5 class="text-xl font-semibold">{list.name}</h5>
<div class="self-start min-w-0 w-full">
<div class="flex justify-between items-center ">
<h5 class="text-xl font-semibold overflow-hidden overflow-ellipsis">{list.name}</h5>
<Dropdown items={dropdownItems} on:change></Dropdown>
</div>
<p class="text-gray-500 text-sm mr-8">{list.description}</p>