keep buttons from growing too large.

This commit is contained in:
danfunk 2023-05-16 13:21:40 -04:00
parent 9ebb8f9a8c
commit bee83fbd4e

View File

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