We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Actions
1 parent cef7521 commit 4532793Copy full SHA for 4532793
.changeset/slow-rivers-know.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+PageHeader: Fix shrinking Actions sub component in Safari
packages/react/src/PageHeader/PageHeader.tsx
@@ -579,7 +579,7 @@ const Actions: React.FC<React.PropsWithChildren<ChildrenPropTypes>> = ({
579
flexDirection: 'row',
580
paddingLeft: '0.5rem',
581
gap: '0.5rem',
582
- flexGrow: '1',
+ minWidth: 'max-content',
583
justifyContent: 'right',
584
alignItems: 'center',
585
},
0 commit comments