fixed overflow action / decision
This commit is contained in:
@@ -541,8 +541,10 @@ const clientSummary = computed(() => {
|
|||||||
<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 truncate">
|
<CardTitle class="text-sm font-medium">
|
||||||
{{ activityActionLine(a) || "Aktivnost" }}
|
<p class="wrap-break-word truncate">
|
||||||
|
{{ 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