Skip to content

Commit 734176a

Browse files
authored
Merge pull request #19361 from mozilla/fix_subman_email
polish(payments-next): Remove leading from email display on SubMan page
2 parents b028e64 + 6033201 commit 734176a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/payments/next/app/[locale]/subscriptions

apps/payments/next/app/[locale]/subscriptions/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ export default async function SubscriptionsLayout({
5757
/>
5858
<h1
5959
id="profile-heading"
60-
className="leading-6 overflow-hidden font-semibold text-ellipsis text-start text-nowrap tablet:text-xl"
60+
className="overflow-hidden font-semibold text-ellipsis text-start text-nowrap tablet:text-xl"
6161
>
6262
<div>{session?.user?.name || session?.user?.email}</div>
6363
{session?.user?.name && (
64-
<div className="font-normal leading-6 text-base text-grey-400 mb-0">
64+
<div className="font-normal text-base text-grey-400 mb-0">
6565
{session?.user?.email}
6666
</div>
6767
)}

0 commit comments

Comments
 (0)