Skip to content

Commit

Permalink
Merge pull request #508 from shopgate/PWA-1608
Browse files Browse the repository at this point in the history
Add ellipsis for product properties in a cart view
  • Loading branch information
fkloes committed Jan 24, 2019
2 parents d69923e + f3bd3a7 commit 611fa0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Layout = (props, context) => (
/>
<Grid className={styles.info}>
<Grid.Item grow={1} className={styles.properties}>
<Properties properties={props.product.properties} />
<Properties properties={props.product.properties} lineClamp={2} />
</Grid.Item>
<Grid.Item grow={1} className={styles.price}>
<ProductPrice
Expand Down

0 comments on commit 611fa0e

Please sign in to comment.