Skip to content

Commit

Permalink
Merge pull request #6 from abhijitramesh/dynamic_graph_grid
Browse files Browse the repository at this point in the history
fix: dynamically resize the patch box
  • Loading branch information
choosehappy authored Jul 28, 2022
2 parents 031ef0d + 4147dfd commit 0b7ec6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h5 class="hTag"><a href="https://ccipd.case.edu" target="_blank">CCIPD</a></h5>

</div>
</div>
<div id="gridChart" class="col-md-7 nopadding grid-container" style="border: 1px solid gray;overflow-x:hidden;overflow-y:auto;height:750px;">
<div id="gridChart" class="col-md-7 nopadding grid-container" style="border: 1px solid gray;overflow-x:hidden;overflow-y:auto;height:100%;">
<div id="gridRow1" class="row">
<div id="labelgrid1" class="col-md-4 text-left" style="margin-top:5px;padding-left: 15px;padding-right: 0px;">
<label class="text-left">Sort By: </label>
Expand Down Expand Up @@ -237,4 +237,4 @@ <h4 class="modal-title">Patch Image Search</h4>
});
</script>
</body>
</html>
</html>

0 comments on commit 0b7ec6c

Please sign in to comment.