fix(deployments): update layout for deployment actions to allow better wrapping of elements

This commit is contained in:
Mauricio Siu
2025-12-07 02:17:42 -06:00
parent f5de5130f3
commit bccd531457

View File

@@ -143,7 +143,7 @@ export const ShowDeployments = ({
See the last 10 deployments for this {type}
</CardDescription>
</div>
<div className="flex flex-row items-center gap-2">
<div className="flex flex-row items-center flex-wrap gap-2">
{(type === "application" || type === "compose") && (
<KillBuild id={id} type={type} />
)}