We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc95c6d commit 069103cCopy full SHA for 069103c
.changeset/purple-chicken-flash.md
@@ -0,0 +1,5 @@
1
+---
2
+"@clerk/clerk-js": patch
3
4
+
5
+Fix missing horizonatal padding when page urls are used within `<UserButton />`.
packages/clerk-js/src/ui/elements/PopoverCard.tsx
@@ -92,7 +92,7 @@ const PopoverCardFooter = (props: PropsOfComponent<typeof Flex>) => {
92
93
<Card.ClerkAndPagesTag
94
outerSx={t => ({
95
- padding: `${t.space.$4} ${t.space.$none}`,
+ padding: `${t.space.$4} ${t.space.$8}`,
96
})}
97
withFooterPages={!!shouldShowTagOrLinks}
98
devModeNoticeSx={t => ({
0 commit comments