Bring back cards having different heights in a row
This commit is contained in:
parent
d3031e0f10
commit
ee64c4e923
|
@ -26,6 +26,7 @@ export function ContractCard(props: {
|
||||||
const { probPercent } = contractMetrics(contract)
|
const { probPercent } = contractMetrics(contract)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div>
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'bg-white hover:bg-gray-100 shadow-md rounded-lg p-6 relative',
|
'bg-white hover:bg-gray-100 shadow-md rounded-lg p-6 relative',
|
||||||
|
@ -49,6 +50,7 @@ export function ContractCard(props: {
|
||||||
showCloseTime={showCloseTime}
|
showCloseTime={showCloseTime}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user