From bee83fbd4e1629a95b224ebb57c0477f63c7eb0d Mon Sep 17 00:00:00 2001 From: danfunk Date: Tue, 16 May 2023 13:21:40 -0400 Subject: [PATCH] keep buttons from growing too large. --- .../src/components/ProcessInstanceListTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index c1e62fcb..d2fa2e0a 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -1608,7 +1608,7 @@ export default function ProcessInstanceListTable({ } buttonElement = ( - );