Skip to content

Commit

Permalink
fixed a long standing bug with the width of the cytoscape window
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Feb 15, 2017
1 parent 6cd956a commit c28117f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions planet/templates/expression_graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,18 +260,13 @@ <h1>ECC pair <button id="cy-reset" class="btn btn-default"><i class="fa fa-arrow
{% endif %}

<div class=container">
<div class=container-fluid">
<div class="col-lg-10 col-lg-offset-2 col-sm-8 col-sm-offset-4 col-md-8 col-md-offset-4 main">
<div class="row">


<div id="legend" url="{{ url_for('static', filename='svg/legend.svg') }}"></div>
<div class=container-fluid">
<div class="col-lg-10 col-lg-offset-2 col-sm-8 col-sm-offset-4 col-md-8 col-md-offset-4 main">
<div class="row">
<div id="legend" url="{{ url_for('static', filename='svg/legend.svg') }}"></div>
</div>
</div>
</div>
</div>

</div>

<div class="modal" id="data_modal" tabindex="-1" role="dialog" aria-labelledby="dataModalLabel">
<div class="modal-dialog" role="document" style="width:1000px;height:800px;">
Expand Down

0 comments on commit c28117f

Please sign in to comment.