Skip to content

Commit ba6b030

Browse files
author
Titani
committed
add width to brand
1 parent d720f78 commit ba6b030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Card/examples/CardWithImageAndActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const CardWithImageAndActions: React.FunctionComponent = () => {
7171
<>
7272
<Card>
7373
<CardHeader actions={{actions: headerActions, hasNoOffset}}>
74-
<Brand src={pfLogo} alt="PatternFly logo" style={{ height: '50px' }} />
74+
<Brand src={pfLogo} alt="PatternFly logo" style={{ width: '300px' }} />
7575
</CardHeader>
7676
<CardTitle>Title</CardTitle>
7777
<CardBody>Body</CardBody>

0 commit comments

Comments
 (0)