Skip to content

Commit c05d9a2

Browse files
committed
Update VerifyStep.tsx
1 parent 1afd956 commit c05d9a2

File tree

1 file changed

+1
-1
lines changed
  • apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog

1 file changed

+1
-1
lines changed

apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog/VerifyStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const VerifyStep = ({
131131
) : (
132132
!isVerified &&
133133
domainConfig && (
134-
<div className="overflow-y-auto space-y-4">
134+
<div className="overflow-y-auto h-full max-h-[300px] space-y-4">
135135
{/* TXT Record Configuration for Verification */}
136136
{showTXTRecord && (
137137
<div className="overflow-hidden rounded-lg border border-gray-4">

0 commit comments

Comments
 (0)