We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afd956 commit c05d9a2Copy full SHA for c05d9a2
apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog/VerifyStep.tsx
@@ -131,7 +131,7 @@ const VerifyStep = ({
131
) : (
132
!isVerified &&
133
domainConfig && (
134
- <div className="overflow-y-auto space-y-4">
+ <div className="overflow-y-auto h-full max-h-[300px] space-y-4">
135
{/* TXT Record Configuration for Verification */}
136
{showTXTRecord && (
137
<div className="overflow-hidden rounded-lg border border-gray-4">
0 commit comments