Skip to content

Commit

Permalink
MAT-7722 change editor height for temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Oct 30, 2024
1 parent 40cebd6 commit 0bb1f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cqlLibraryEditor/CqlLibraryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const CqlLibraryEditor = ({
onChange={onChange}
value={value}
inboundAnnotations={inboundAnnotations}
height="calc(100vh - 135px)"
height="calc(100vh - 420px)"
readOnly={readOnly}
setOutboundAnnotations={setOutboundAnnotations}
/>
Expand Down

0 comments on commit 0bb1f75

Please sign in to comment.