This repository has no description
0

Configure Feed

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

feat: increase line clamp on collection selector item

+1 -1
+1 -1
src/webapp/features/collections/components/collectionSelectorItem/CollectionSelectorItem.tsx
··· 44 44 {isMarginUri(props.collection.uri) && ( 45 45 <MarginLogo size={12} marginUrl={marginUrl} /> 46 46 )} 47 - <Text fw={500} lineClamp={1}> 47 + <Text fw={500} lineClamp={2}> 48 48 {props.collection.name} 49 49 </Text> 50 50 </Group>