Skip to content

Commit

Permalink
Merge b2fdca3 into ba253d7
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup authored Jul 15, 2024
2 parents ba253d7 + b2fdca3 commit 9c95825
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 @@ -577,7 +577,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 9c95825

Please sign in to comment.