From 21dc6a6248707fdb4a77f06b60218268b8d7e9da Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:54:56 -0600 Subject: [PATCH] break text on classification card to prevent button overflow --- web/src/components/card/ClassificationCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/card/ClassificationCard.tsx b/web/src/components/card/ClassificationCard.tsx index 4e5f224b0..a006b1b13 100644 --- a/web/src/components/card/ClassificationCard.tsx +++ b/web/src/components/card/ClassificationCard.tsx @@ -160,7 +160,7 @@ export const ClassificationCard = forwardRef< data.score != undefined ? "text-xs" : "text-sm", )} > -
+
{data.name == "unknown" ? t("details.unknown") : data.name}
{data.score != undefined && (