fix firefox visual glitch - single card wrapping
This commit is contained in:
parent
f2f77cb51e
commit
ec7263da18
|
@ -81,7 +81,7 @@ export function ContractsGrid(props: {
|
|||
hideQuickBet={hideQuickBet}
|
||||
hideGroupLink={hideGroupLink}
|
||||
className={clsx(
|
||||
'break-inside-avoid-column',
|
||||
'break-inside-avoid-column overflow-hidden', // prevent content from wrapping (needs overflow on firefox)
|
||||
contractIds?.includes(contract.id) && highlightClassName
|
||||
)}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user