mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(ux): fixed panel json edit view
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="gf-box-body json-box-body">
|
||||
<div class="gf-form">
|
||||
<textarea ng-model="json" rows="20" spellcheck="false"></textarea>
|
||||
<textarea class="gf-form-input" ng-model="json" rows="20" spellcheck="false"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="gf-form-button-row">
|
||||
|
||||
Reference in New Issue
Block a user