This repository has no description
0

Configure Feed

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

fix: collection selector item name overflow

+8 -1
+8 -1
src/webapp/features/collections/components/collectionSelectorItem/CollectionSelectorItem.tsx
··· 41 41 > 42 42 <Group justify="space-between" wrap="nowrap"> 43 43 <Group gap={'xs'} wrap="nowrap"> 44 - <Text fw={500} lineClamp={1} flex={1}> 44 + <Text 45 + fw={500} 46 + lineClamp={1} 47 + flex={1} 48 + style={{ 49 + wordBreak: 'break-all', 50 + }} 51 + > 45 52 {props.name} 46 53 </Text> 47 54 <Text c={'gray'}>·</Text>