Skip to content

Commit d1686f2

Browse files
samejrericallam
authored andcommitted
Fixes scrolling for the template section
1 parent 98bbf09 commit d1686f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export default function PromptDetailPage() {
602602
showCopyButton={true}
603603
showTextWrapping={false}
604604
showOpenInModal={true}
605-
className="h-full overflow-y-auto border-none p-2 pt-1 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600 [&_pre]:text-sm"
605+
className="h-full rounded-none border-none [&_pre]:px-3 [&_pre]:py-2 [&_pre]:text-sm"
606606
maxLines={undefined}
607607
/>
608608
) : (

0 commit comments

Comments
 (0)