This repository has no description
0

Configure Feed

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

Merge branch 'development'

+1 -1
+1 -1
src/webapp/features/collections/containers/collectionContainer/CollectionContainer.tsx
··· 88 88 )} 89 89 </Group> 90 90 {collection.description && ( 91 - <Text c="gray" mt="lg"> 91 + <Text c="gray" mt="lg" maw={700}> 92 92 {collection.description} 93 93 </Text> 94 94 )}