enzostvs HF staff commited on
Commit
4e9159c
·
verified ·
1 Parent(s): 10926a7

remove truncate

Browse files
src/lib/components/models/Card.svelte CHANGED
@@ -60,7 +60,7 @@
60
  {/if}
61
  </div>
62
  <div class="flex items-center justify-between w-full gap-4 py-1">
63
- <p class="text-white font-semibold text-base mb-1 truncate">{card?.id}</p>
64
  <div class="flex items-center justify-end gap-3">
65
  <div class="text-white text-sm flex items-center justify-end gap-1.5">
66
  <Icon icon="solar:heart-bold" class="w-5 h-5 text-red-500" />
 
60
  {/if}
61
  </div>
62
  <div class="flex items-center justify-between w-full gap-4 py-1">
63
+ <p class="text-white font-semibold text-base mb-1">{card?.id}</p>
64
  <div class="flex items-center justify-end gap-3">
65
  <div class="text-white text-sm flex items-center justify-end gap-1.5">
66
  <Icon icon="solar:heart-bold" class="w-5 h-5 text-red-500" />