Skip to content

Commit

Permalink
Increase the size of the CodeEditor used for additionalJsonData
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Sep 28, 2020
1 parent 69c923a commit bd41311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export const QueryEditor: ComponentType<Props> = ({ datasource, onChange, onRunQ
</div>
<div className="gf-form">
<CodeEditor
width="500px"
height="100px"
width="100%"
height="250px"
language="json"
showLineNumbers={true}
showMiniMap={data.length > 100}
Expand Down

0 comments on commit bd41311

Please sign in to comment.