keep buttons from growing too large.

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

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>
); );