Commit d2cdacce by Johannes Schill Committed by Torkel Ödegaard

fix: Change max size of panel JSON editor so button is shown on smaller screens, #10346 (#10415)

parent 5c94daa0
......@@ -11,7 +11,7 @@
<div class="tabbed-view-body">
<div class="gf-form">
<code-editor content="json" data-mode="json" data-max-lines=40 ></code-editor>
<code-editor content="json" data-mode="json" data-max-lines=20 ></code-editor>
</div>
<div class="gf-form-button-row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment