fix/refactor dashboard card separators

This commit is contained in:
Gregor Vostrak
2024-04-18 23:39:04 +02:00
parent 3d9ed4a4e5
commit 4a89f22885
7 changed files with 25 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ defineProps<{
</script>
<template>
<div class="px-4 py-2 2xl:py-3">
<div class="px-4 py-2 2xl:py-3 border-b border-card-background-separator">
<div class="col-span-2">
<div class="flex justify-between">
<p class="font-semibold text-sm text-white">
@@ -29,7 +29,8 @@ defineProps<{
</span>
</div>
</div>
<div class="text-muted text-sm font-medium">
<div
class="text-muted text-sm font-medium text-ellipsis whitespace-nowrap max-w-full overflow-hidden">
{{ description }}
</div>
</div>