tangled
alpha
login
or
join now
cosmik.network
/
semble
43
fork
atom
A social knowledge tool for researchers built on ATProto
43
fork
atom
overview
issues
13
pulls
pipelines
fix: note card not vertically expanding in grid
Pouria Delfanazari
4 months ago
b29839ad
47f2b06c
+1
-1
1 changed file
expand all
collapse all
unified
split
src
webapp
features
notes
components
noteCard
NoteCard.tsx
+1
-1
src/webapp/features/notes/components/noteCard/NoteCard.tsx
···
16
16
17
17
return (
18
18
<Card p={'sm'} radius={'lg'} withBorder>
19
19
-
<Stack>
19
19
+
<Stack h={'100%'}>
20
20
<Spoiler showLabel={'Read more'} hideLabel={'See less'} maxHeight={200}>
21
21
<Text fs={'italic'}>{props.note}</Text>
22
22
</Spoiler>