mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-25 21:48:30 +03:00
break text on classification card to prevent button overflow
This commit is contained in:
parent
15892352c4
commit
21dc6a6248
@ -160,7 +160,7 @@ export const ClassificationCard = forwardRef<
|
|||||||
data.score != undefined ? "text-xs" : "text-sm",
|
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}
|
{data.name == "unknown" ? t("details.unknown") : data.name}
|
||||||
</div>
|
</div>
|
||||||
{data.score != undefined && (
|
{data.score != undefined && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user