Skip to content

Commit bdde919

Browse files
me-andreccanos
andauthored
Space cards aren't vertically stretched in My Memberships Dialog (#5463)
Co-authored-by: Carlos Cano <[email protected]>
1 parent 233ab24 commit bdde919

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/main/topLevelPages/myDashboard/myMemberships/MyMembershipsDialog.tsx

+8-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ const MyMembershipsDialog = ({ open, onClose }: MyJourneysDialogProps) => {
4747
<DialogContent>
4848
<Gutters disablePadding>
4949
{myMemberships?.map(space => (
50-
<PageContentBlock row flexWrap="wrap" sx={{ background: theme => theme.palette.background.default }}>
50+
<PageContentBlock
51+
row
52+
flexWrap="wrap"
53+
sx={{
54+
background: theme => theme.palette.background.default,
55+
alignItems: 'start',
56+
}}
57+
>
5158
<SpaceCard
5259
banner={space.profile.cardBanner}
5360
displayName={space.profile.displayName}

0 commit comments

Comments
 (0)