There was an error while loading. Please reload this page.
1 parent 83ad26c commit 1b16ed6Copy full SHA for 1b16ed6
1 file changed
apps/web/src/components/clerk/ClerkUserProfilePage.tsx
@@ -19,7 +19,7 @@ export function ClerkUserProfilePage({
19
}) {
20
return (
21
<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">
+ <header className="flex flex-col gap-3 pb-4 sm:flex-row sm:items-start sm:justify-between sm:gap-4 sm:pr-8">
23
<div className="min-w-0">
24
<h2 className="text-[1.0625rem] leading-6 font-semibold">{title}</h2>
25
{description ? (
0 commit comments