Again fixed text causing overflow activity action / decision
This commit is contained in:
@@ -536,15 +536,13 @@ const clientSummary = computed(() => {
|
||||
<Card
|
||||
v-for="a in activities"
|
||||
:key="a.id"
|
||||
class="p-0 py-2 gap-0 rounded-none border-x-0 border-t-0 border-b border-gray-200 dark:border-gray-700 last:border-b-0 shadow-none"
|
||||
class="p-0 py-2 gap-0 rounded-none border-x-0 border-t-0 border-b-2 border-gray-200 dark:border-gray-700 last:border-b-0 shadow-none"
|
||||
>
|
||||
<CardHeader class="px-3 py-2">
|
||||
<div class="flex items-start justify-between">
|
||||
<div class="flex flex-col gap-1">
|
||||
<CardTitle class="text-sm font-medium">
|
||||
<p class="wrap-break-word truncate">
|
||||
<CardTitle class="text-sm font-medium wrap-break-word">
|
||||
{{ activityActionLine(a) || "Aktivnost" }}
|
||||
</p>
|
||||
</CardTitle>
|
||||
<CardDescription class="flex flex-wrap gap-1.5">
|
||||
<Badge v-if="a.contract" variant="secondary" class="text-xs">
|
||||
|
||||
Reference in New Issue
Block a user