Skip to content

Commit

Permalink
HARMONY-1492: Content does not need to be a class
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jul 3, 2023
1 parent 39d8aac commit 19f8b21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/workflow-ui/job/index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div>
</div>
</nav>
<div class="container-fluid content">
<div id="content" class="container-fluid">
<div class="row pb-4">
<div class="col-2">
<form id="work-items-query-form" action="./{{job.jobID}}" method="get" class="sticky-top pt-2 t-40">
Expand Down
2 changes: 1 addition & 1 deletion app/views/workflow-ui/jobs/index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<li class="breadcrumb-item active" aria-current="page">Jobs</li>
</ol>
</nav>
<div class="container-fluid content">
<div id="content" class="container-fluid">
<div class="row pb-4">
<div class="col-2">
<form id="jobs-query-form" action="./workflow-ui" method="get" class="sticky-top pt-2 t-40">
Expand Down
2 changes: 1 addition & 1 deletion public/css/workflow-ui/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
height: fit-content;
}

.content {
#content {
/* Pushes the footer to the bottom of the viewport */
min-height: calc(100vh - 180px);
}
Expand Down

0 comments on commit 19f8b21

Please sign in to comment.