Merge pull request #3 from Semipublic/devin/1778860013-double-output-height

feat: double the height of the output container
This commit is contained in:
2026-05-15 11:59:37 -04:00
committed by GitHub
+1 -1
View File
@@ -313,7 +313,7 @@ export default function App() {
<div>
<article
ref={resultRef}
className="markdown max-h-[60vh] overflow-y-auto rounded-xl border border-stone-300 bg-white p-6 leading-relaxed shadow-sm"
className="markdown max-h-[120vh] overflow-y-auto rounded-xl border border-stone-300 bg-white p-6 leading-relaxed shadow-sm"
>
<ReactMarkdown remarkPlugins={[remarkGfm]}>
{result}