Skip to content

Commit b2a15ca

Browse files
committed
feat: increase graph/details vertical height
1 parent 4219764 commit b2a15ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ <h5 class="offcanvas-title" id="filter_pane_label">Highlight simulators</h5>
6262
</div>
6363

6464
<!-- main content -->
65-
<div class="container-fluid" style="height: 80vh; width: 100vw;">
65+
<div class="container-fluid" style="height: 85vh; width: 100vw;">
6666
<div class="row" >
6767
<!-- graph -->
68-
<div class="col col-8" style="height: 80vh" id="cy"></div>
68+
<div class="col col-8" style="height: 85vh" id="cy"></div>
6969

7070
<!-- details pane -->
7171
<div class="col col-4 d-flex flex-column justify-content-between" style="height: 80vh; overflow: scroll" id="details">

0 commit comments

Comments
 (0)