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
+1 -1
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">
-4
View File
@@ -288,8 +288,4 @@ div.flot-text {
.json-box-body {
min-height: 500px;
textarea {
width: 100%;
background-color: $gray-1;
}
}