Skip to content

Commit eda3380

Browse files
committed
Fixes scrolling for the template section
1 parent c77e6df commit eda3380

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug

1 file changed

+1
-1
lines changed

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)