Skip to content

Commit

Permalink
Adjust element height
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoFurtado committed Sep 10, 2024
1 parent 67ec8ab commit e85fc60
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,22 +104,19 @@
</div>
</nav>
<div style="flex:1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="container h-100">
<div class="row h-100">
<div class="col-md-12 d-flex flex-column">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html" title="Home">Home</a></li>
<li class="breadcrumb-item">Allocation Progress dashboard</li>
</ol>
<p>&nbsp;</p>
<div id="progressroot"
style="flex-grow: 1;"
data-year="2023"
data-fundtype="1"
data-startyear="2020">
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
</div>
</div>
Expand Down

0 comments on commit e85fc60

Please sign in to comment.