mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 09:30:46 +00:00
keep buttons from growing too large.
This commit is contained in:
parent
9ebb8f9a8c
commit
bee83fbd4e
@ -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…
x
Reference in New Issue
Block a user