Skip to content

Commit

Permalink
add divider and size
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaypratap003 committed Apr 24, 2024
1 parent 0d3a8bc commit 458b80d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import {
CardHeader,
TextContent,
Text,
Title
Title,
Divider
} from '@patternfly/react-core';
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-circle-icon';
import { DashboardWrapper } from '@patternfly/react-core/dist/js/demos/DashboardWrapper';
Expand All @@ -28,7 +29,10 @@ export const DescriptionListBasic: React.FunctionComponent = () => (
<PageSection>
<Card>
<CardHeader>
<Title headingLevel="h2">Details</Title>
<Title headingLevel="h2" size="lg">
Details
</Title>
<Divider />
</CardHeader>
<CardBody>
<DescriptionList isFillColumns columnModifier={{ default: '2Col', lg: '3Col' }}>
Expand Down

0 comments on commit 458b80d

Please sign in to comment.