fix firefox visual glitch - single card wrapping

This commit is contained in:
Sinclair Chen 2022-08-15 22:08:09 -07:00
parent f2f77cb51e
commit ec7263da18

View File

@ -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
)}
/>