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",