Skip to content

Commit 06b3f40

Browse files
committed
don't shrink
1 parent bbdebec commit 06b3f40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/blocks/communities-section.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const CommunitiesSection = ({ title, communities }: Props) => {
5757

5858
return (
5959
<MultiplePartsCard key={community.name}>
60-
<CardPart>
60+
<CardPart shrink={false}>
6161
<Heading size={4}>{community.name}</Heading>
6262
</CardPart>
6363
<CardPart background="milk" fullHeight={true}>
@@ -76,7 +76,7 @@ export const CommunitiesSection = ({ title, communities }: Props) => {
7676

7777
<StyledHTMLText text={community.description} baseTextSize={2} />
7878
</CardPart>
79-
<CardPart background="milk">
79+
<CardPart background="milk" shrink={false}>
8080
<VerticalStack alignItems="center" gap="small">
8181
<SocialLinks hoverColor="green" socials={socialLinks} />
8282
</VerticalStack>

0 commit comments

Comments
 (0)