fix: prevent deployment commit hash overflow on mobile

This commit is contained in:
Rakesh Bhugra 2026-08-31 23:49:36 +05:30
parent e0a9b83a39
commit d6ec4bd3d1

View File

@ -342,7 +342,7 @@ export const ShowDeployments = ({
)}
{/* Hash (from description) - shown in compact form */}
{deployment.description?.trim() && (
<span className="text-xs text-muted-foreground font-mono">
<span className="wrap-anywhere text-xs text-muted-foreground font-mono">
{deployment.description}
</span>
)}