break text on classification card to prevent button overflow

This commit is contained in:
Josh Hawkins 2025-12-17 12:54:56 -06:00
parent 15892352c4
commit 21dc6a6248

View File

@ -160,7 +160,7 @@ export const ClassificationCard = forwardRef<
data.score != undefined ? "text-xs" : "text-sm",
)}
>
<div className="smart-capitalize">
<div className="break-all smart-capitalize">
{data.name == "unknown" ? t("details.unknown") : data.name}
</div>
{data.score != undefined && (