Skip to content

Commit

Permalink
Merge pull request #2064 from epwinchell/pageheader
Browse files Browse the repository at this point in the history
pageheader fix
  • Loading branch information
fhlavac authored Sep 16, 2024
2 parents 14b29a2 + 2e18fc4 commit 32e4e29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/PageHeader/PageHeaderTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const PageHeaderTitle: React.FC<PageHeaderTitleProps> = ({ className, title, act

return (
<Flex justifyContent={{ default: 'justifyContentSpaceBetween' }}>
<FlexItem>
<FlexItem className="pf-v5-u-flex-grow-1">
<Title
headingLevel="h1"
size="2xl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ exports[`PageHeader component should render 1`] = `
<div
className="pf-v5-l-flex pf-m-justify-content-space-between"
>
<FlexItem>
<FlexItem
className="pf-v5-u-flex-grow-1"
>
<div
className=""
className="pf-v5-u-flex-grow-1"
>
<Title
className=""
Expand Down

0 comments on commit 32e4e29

Please sign in to comment.