keep buttons from growing too large.
This commit is contained in:
parent
cf09321432
commit
382e0916f1
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue