Skip to content
Snippets Groups Projects
Unverified Commit 4df2a2be authored by Kyle Doherty's avatar Kyle Doherty
Browse files

ellipsify collection text

parent db968ea4
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ const CollectionItem = ({ collection, color, iconName = "all" }) => (
<Box bg="#F4F6F8" p={2} mb={1}>
<Flex align="center" py={1} key={`collection-${collection.id}`}>
<Icon name={iconName} mx={1} color="#93B3C9" />
<h4>
<h4 className="overflow-hidden">
<Ellipsified>{collection.name}</Ellipsified>
</h4>
</Flex>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment