This repository has no description
0

Configure Feed

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

fix: prevent domain anchor in url card from expanding full width

+1
+1
src/webapp/features/cards/components/urlCard/UrlCard.tsx
··· 61 61 target="_blank" 62 62 c={'gray'} 63 63 lineClamp={1} 64 + w={'fit-content'} 64 65 > 65 66 {domain} 66 67 </Anchor>