Skip to content

Commit

Permalink
PageHeader: Fix shrinking Actions sub component in Safari (#4738)
Browse files Browse the repository at this point in the history
* PageHeader: Fix shrinking actions part in safari

* Create slow-rivers-know.md
  • Loading branch information
broccolinisoup committed Jul 22, 2024
1 parent cef7521 commit 4532793
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/slow-rivers-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

PageHeader: Fix shrinking Actions sub component in Safari
2 changes: 1 addition & 1 deletion packages/react/src/PageHeader/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ const Actions: React.FC<React.PropsWithChildren<ChildrenPropTypes>> = ({
flexDirection: 'row',
paddingLeft: '0.5rem',
gap: '0.5rem',
flexGrow: '1',
minWidth: 'max-content',
justifyContent: 'right',
alignItems: 'center',
},
Expand Down

0 comments on commit 4532793

Please sign in to comment.