mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-17 21:51:43 +00:00
keep buttons from growing too large.
This commit is contained in:
parent
cf09321432
commit
382e0916f1
@ -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>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user