Skip to content

Commit

Permalink
Undo previous
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan authored Oct 31, 2024
1 parent 0bb1f75 commit 8d3ccc1
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 - 420px)"
height="calc(100vh - 135px)"
readOnly={readOnly}
setOutboundAnnotations={setOutboundAnnotations}
/>
Expand Down

0 comments on commit 8d3ccc1

Please sign in to comment.