This repository has no description
0

Configure Feed

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

Merge branch 'development'

+2 -2
+1 -1
src/webapp/features/collections/containers/collectionContainer/CollectionContainer.tsx
··· 59 59 <Text fw={700} c="grape"> 60 60 Collection 61 61 </Text> 62 - <Title order={1} lh={0.8}> 62 + <Title order={1} style={{ wordBreak: 'break-all' }}> 63 63 {firstPage.name} 64 64 </Title> 65 65 {firstPage.description && (
+1 -1
src/webapp/features/semble/components/SembleHeader/SembleHeader.tsx
··· 48 48 </Text> 49 49 50 50 {metadata.title && ( 51 - <Title order={1} lh={0.8}> 51 + <Title order={1} style={{ wordBreak: 'break-all' }}> 52 52 {metadata.title} 53 53 </Title> 54 54 )}