keep buttons from growing too large.

This commit is contained in:
danfunk 2023-05-16 13:21:40 -04:00
parent 9ebb8f9a8c
commit bee83fbd4e
1 changed files with 1 additions and 1 deletions

View File

@ -1608,7 +1608,7 @@ export default function ProcessInstanceListTable({
}
buttonElement = (
<Button kind="secondary" href={interstitialUrl} style={{width:"100%"}}>
<Button kind="secondary" href={interstitialUrl} style={{width:"60px"}}>
{buttonText}
</Button>
);