fix(ux): fixed panel json edit view

This commit is contained in:
Torkel Ödegaard
2016-02-22 19:03:53 +01:00
parent 3a7ec2a26e
commit 92efd17952
2 changed files with 1 additions and 5 deletions

View File

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