Merge pull request #14316 from grafana/embedding-fix

fix for panel height when embedding
This commit is contained in:
Torkel Ödegaard
2018-12-05 10:32:48 +01:00
committed by GitHub
3 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
<div class="panel panel--solo" ng-if="panel" style="width: 100%">
<div class="panel-solo" ng-if="panel">
<plugin-component type="panel">
</plugin-component>
</div>
<div class="clearfix"></div>