Skip to content

Commit

Permalink
Set fixed height on dejavu iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed Jan 25, 2018
1 parent 42ec903 commit 1e3fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/result/result.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h4 class="modal-title" id="myModalLabel">Query Results
</div>
</div>
<div role="tabpanel" class="tab-pane" id="resultTable">
<iframe *ngIf="urlAvailable" width="100%" height="100%" [src]="url" frameborder="0"></iframe>
<iframe *ngIf="urlAvailable" width="100%" height="600px" [src]="url" frameborder="0"></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 1e3fc66

Please sign in to comment.