Skip to content

Commit 1b16ed6

Browse files
t3-code[bot]t3-code[bot]StiensWout
authored
fix(web): avoid Clerk close button overlap (#6442)
Co-authored-by: t3-code[bot] <236186684+t3-code[bot]@users.noreply.github.com> Co-authored-by: Wout Stiens <71498452+StiensWout@users.noreply.github.com>
1 parent 83ad26c commit 1b16ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/clerk/ClerkUserProfilePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function ClerkUserProfilePage({
1919
}) {
2020
return (
2121
<div className={cn("w-full min-w-0 text-foreground", className)}>
22-
<header className="flex flex-col gap-3 pb-4 sm:flex-row sm:items-start sm:justify-between sm:gap-4">
22+
<header className="flex flex-col gap-3 pb-4 sm:flex-row sm:items-start sm:justify-between sm:gap-4 sm:pr-8">
2323
<div className="min-w-0">
2424
<h2 className="text-[1.0625rem] leading-6 font-semibold">{title}</h2>
2525
{description ? (

0 commit comments

Comments
 (0)