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

This commit is contained in:
Johannes Schill 2018-01-03 20:04:45 +01:00 committed by Torkel Ödegaard
parent 5c94daa011
commit d2cdacce40

View File

@ -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">