From 5a52da5548470e66c5440941cd2bc83d6fa8cad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pocrnji=C4=8D?= Date: Sun, 21 Jun 2026 21:22:30 +0200 Subject: [PATCH] Again fixed text causing overflow activity action / decision --- resources/js/Pages/Phone/Case/Index.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/resources/js/Pages/Phone/Case/Index.vue b/resources/js/Pages/Phone/Case/Index.vue index 18f5ba4..558e6f4 100644 --- a/resources/js/Pages/Phone/Case/Index.vue +++ b/resources/js/Pages/Phone/Case/Index.vue @@ -536,15 +536,13 @@ const clientSummary = computed(() => {
- -

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

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