This repository has no description
0

Configure Feed

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

fix: profile header spoiler not hiding overflows

+1 -1
+1 -1
src/webapp/features/profile/components/profileHeader/ProfileHeader.tsx
··· 55 55 <Spoiler 56 56 showLabel={'Read more'} 57 57 hideLabel={'See less'} 58 - maxHeight={45} 58 + maxHeight={30} 59 59 > 60 60 <Text>{profile.description}</Text> 61 61 </Spoiler>