From 9e12d97d0326f6254b73e5aafa39cba2f50f3c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pocrnji=C4=8D?= Date: Sun, 21 Jun 2026 21:10:37 +0200 Subject: [PATCH] fixed overflow action / decision --- resources/js/Pages/Phone/Case/Index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/js/Pages/Phone/Case/Index.vue b/resources/js/Pages/Phone/Case/Index.vue index e616970..18f5ba4 100644 --- a/resources/js/Pages/Phone/Case/Index.vue +++ b/resources/js/Pages/Phone/Case/Index.vue @@ -541,8 +541,10 @@ const clientSummary = computed(() => {
- - {{ activityActionLine(a) || "Aktivnost" }} + +

+ {{ activityActionLine(a) || "Aktivnost" }} +