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