From 382e0916f16b00673f6c1b6a7fa71ebc41244881 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 c1e62fcb6..d2fa2e0a7 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -1608,7 +1608,7 @@ export default function ProcessInstanceListTable({ } buttonElement = ( - );