Skip to content

Commit 2999172

Browse files
committed
chore: extend event description to full length
1 parent fa59190 commit 2999172

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/EventCard.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ const EventCard = ({
112112
</Text>
113113
</Box>
114114
<Box>
115-
<Text fontSize={{ base: "sm", md: "sm" }} mb={0} noOfLines={4}>
116-
{description}
117-
</Text>
115+
<Text fontSize={{ base: "sm", md: "sm" }}>{description}</Text>
118116
</Box>
119117
</Box>
120118
</Box>

0 commit comments

Comments
 (0)