feat: change output container max-height to 1000px

Co-Authored-By: alex <alex@semipublic.co>
This commit is contained in:
Devin AI
2026-05-15 16:50:29 +00:00
parent 871ac48ab2
commit 44fdacd248
+1 -1
View File
@@ -313,7 +313,7 @@ export default function App() {
<div>
<article
ref={resultRef}
className="markdown max-h-[120vh] overflow-y-auto rounded-xl border border-stone-300 bg-white p-6 leading-relaxed shadow-sm"
className="markdown max-h-[1000px] overflow-y-auto rounded-xl border border-stone-300 bg-white p-6 leading-relaxed shadow-sm"
>
<ReactMarkdown remarkPlugins={[remarkGfm]}>
{result}