We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4811caa commit b7ed668Copy full SHA for b7ed668
src/components/ContentCard.tsx
@@ -37,7 +37,7 @@ const ContentCard: React.FunctionComponent<ContentCardProps> = (props) => {
37
<div className="card__body">
38
<p>{body}</p>
39
</div>
40
- <div style={{ display: 'flex' }}>
+ <div style={{ display: 'flex', flexWrap: 'wrap' }}>
41
{components &&
42
components.map((component, index) => (
43
<Link to={component.url} key={index}>
0 commit comments