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 d720f78 commit ba6b030Copy full SHA for ba6b030
packages/react-core/src/components/Card/examples/CardWithImageAndActions.tsx
@@ -71,7 +71,7 @@ export const CardWithImageAndActions: React.FunctionComponent = () => {
71
<>
72
<Card>
73
<CardHeader actions={{actions: headerActions, hasNoOffset}}>
74
- <Brand src={pfLogo} alt="PatternFly logo" style={{ height: '50px' }} />
+ <Brand src={pfLogo} alt="PatternFly logo" style={{ width: '300px' }} />
75
</CardHeader>
76
<CardTitle>Title</CardTitle>
77
<CardBody>Body</CardBody>
0 commit comments