From 933d219fbf656815fea559fd54a71410ad52d96c Mon Sep 17 00:00:00 2001 From: StefanWout Date: Thu, 5 Sep 2024 16:43:11 +0100 Subject: [PATCH] adjusted the text in status badge to overflow, looks much better --- src/app/components/StatusBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/StatusBadge.tsx b/src/app/components/StatusBadge.tsx index 4f67665..741c577 100644 --- a/src/app/components/StatusBadge.tsx +++ b/src/app/components/StatusBadge.tsx @@ -55,7 +55,7 @@ const statusColor: { propertyHoverText: "This property is currently in scoping", }, assessment: { - class: "bg-emerald-400 hover:bg-emerald-500 max-w-full text-center", + class: "bg-emerald-400 hover:bg-emerald-500 truncate text-overflow: ellipsis", text: "Non-invasive Assessment", hoverText: "This portfolio is currently in the assessment stage", propertyHoverText: "This property is currently in the assessment stage",