adjusted the text in status badge to overflow, looks much better

This commit is contained in:
StefanWout 2024-09-05 16:43:11 +01:00
parent b854a5dcad
commit 933d219fbf

View file

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