Skip to content

Commit 3c97708

Browse files
authored
fix(clerk-js): Fix clipped phone input in <UserProfile/> (clerk#2729)
* fix(clerk-js): Fix clipped phone number picker in User Profile * chore(repo): Add Changeset
1 parent 6c2d88e commit 3c97708

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/spotty-boxes-fold.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/clerk-js/src/ui/elements/Action/ActionCard.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const ActionCard = (props: ActionCardProps) => {
2626
boxShadow: t.shadows.$actionCardShadow,
2727
gap: t.space.$4,
2828
borderRadius: t.radii.$lg,
29-
overflow: 'hidden',
3029
padding: `${t.space.$4} ${t.space.$5}`,
3130
border: t.borders.$normal,
3231
borderColor: t.colors.$blackAlpha150,

0 commit comments

Comments
 (0)