We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4219764 commit b2a15caCopy full SHA for b2a15ca
index.html
@@ -62,10 +62,10 @@ <h5 class="offcanvas-title" id="filter_pane_label">Highlight simulators</h5>
62
</div>
63
64
<!-- main content -->
65
- <div class="container-fluid" style="height: 80vh; width: 100vw;">
+ <div class="container-fluid" style="height: 85vh; width: 100vw;">
66
<div class="row" >
67
<!-- graph -->
68
- <div class="col col-8" style="height: 80vh" id="cy"></div>
+ <div class="col col-8" style="height: 85vh" id="cy"></div>
69
70
<!-- details pane -->
71
<div class="col col-4 d-flex flex-column justify-content-between" style="height: 80vh; overflow: scroll" id="details">
0 commit comments