From 0bb1f75d339f927e41ea64ec3f492b5dfc6b26b3 Mon Sep 17 00:00:00 2001 From: Ethan Kaplan Date: Wed, 30 Oct 2024 10:50:51 -0700 Subject: [PATCH] MAT-7722 change editor height for temp fix --- src/components/cqlLibraryEditor/CqlLibraryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cqlLibraryEditor/CqlLibraryEditor.tsx b/src/components/cqlLibraryEditor/CqlLibraryEditor.tsx index 1f1c680..3ffa08e 100644 --- a/src/components/cqlLibraryEditor/CqlLibraryEditor.tsx +++ b/src/components/cqlLibraryEditor/CqlLibraryEditor.tsx @@ -49,7 +49,7 @@ const CqlLibraryEditor = ({ onChange={onChange} value={value} inboundAnnotations={inboundAnnotations} - height="calc(100vh - 135px)" + height="calc(100vh - 420px)" readOnly={readOnly} setOutboundAnnotations={setOutboundAnnotations} />