We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4219764 + b2a15ca commit 46de7e0Copy full SHA for 46de7e0
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