this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: remove line limit on vouch description

+1 -1
+1 -1
src/components/group.tsx
··· 212 212 <Item key={voucher.id}> 213 213 <ItemContent> 214 214 <ItemTitle>{voucher.name}</ItemTitle> 215 - <ItemDescription>{voucher.description}</ItemDescription> 215 + <ItemDescription className="line-clamp-none">{voucher.description}</ItemDescription> 216 216 </ItemContent> 217 217 <ItemActions> 218 218 {(group.owner.id === user.id && (