Skip to content

Commit 6079bae

Browse files
committed
Prevent content from shrinking
1 parent dded63b commit 6079bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/Card/components/ContentWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { ImagePositionType, ImageSizeType } from './ImageWrapper';
77
const sizingStyles = css`
88
display: flex;
99
flex-direction: column;
10-
flex-grow: 1;
10+
flex: 1 0;
1111
justify-content: space-between;
1212
`;
1313

0 commit comments

Comments
 (0)