Merge pull request #4 from Semipublic/devin/1778863829-max-height-1000px
feat: change output container max-height to 1000px
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ export default function App() {
|
|||||||
<div>
|
<div>
|
||||||
<article
|
<article
|
||||||
ref={resultRef}
|
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]}>
|
<ReactMarkdown remarkPlugins={[remarkGfm]}>
|
||||||
{result}
|
{result}
|
||||||
|
|||||||
Reference in New Issue
Block a user