Skip to content

Commit 24e8a2f

Browse files
authored
Fix height of collapses products on event page (#756)
1 parent 16dc0ed commit 24e8a2f

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/routes/product-widget/SelectProducts

1 file changed

+1
-1
lines changed

frontend/src/components/routes/product-widget/SelectProducts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ const SelectProducts = (props: SelectProductsProps) => {
476476
</UnstyledButton>
477477
</div>
478478
<Collapse transitionDuration={100} in={!isProductCollapsed}
479-
className={'hi-product-content'}>
479+
className={'hi-product-content'} hidden={isProductCollapsed}>
480480
<div className={'hi-price-tiers-rows'}>
481481
<TieredPricing
482482
productIndex={productIndex++}

0 commit comments

Comments
 (0)