Skip to content

Commit 5715d88

Browse files
samejrclaude
andcommitted
fix(webapp): tighten the spacing above the SSO email message
The paragraph carried py-4, inherited from the form it replaces. A form needs that room below it before the footer; a line of explanatory text with no footer under it doesn't, and the modal read bottom-heavy. pt-2 keeps it clear of the title and lets the dialog's own padding close the gap. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e86b2ae commit 5715d88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/account._index

apps/webapp/app/routes/account._index/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ function EditEmailButton({ isSsoManaged }: { isSsoManaged: boolean }) {
585585
<DialogTitle>Email address</DialogTitle>
586586
</DialogHeader>
587587
{isSsoManaged ? (
588-
<Paragraph variant="small" className="py-4">
588+
<Paragraph variant="small" className="pt-2">
589589
Your organization uses single sign-on, so your email address is managed by your
590590
identity provider rather than here. To change it, ask an organization admin to update
591591
it for you.

0 commit comments

Comments
 (0)