Skip to content

Commit

Permalink
feat(cb2-10900): dynamic header margin size
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mullen committed Feb 20, 2024
1 parent 52a36f8 commit 4103770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/assets/stylesheets/iva-30.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ margin-top: 31mm;
@top-left{
content: element(first-page-header-left);
}
@top-right{
content:element(first-page-header-right);
@top-right-corner{
content: element(first-page-header-right);
}
}

Expand Down Expand Up @@ -77,7 +77,6 @@ border-color: black;
background-color: #d0d0d0;
font-weight:bold;
text-align: center;
margin-top: -2px;
margin-left: -1px;
width: 100.4%;
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/views/CommercialVehicles/IVA30.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</div>
</div>
<div class="header-pagination">
<span> Page 1 of </span>
<span id ="header-pagination-num"> </span>
<span>Page 1 of</span>
<span id ="header-pagination-num"></span>
</div>
</div>
<div class="first-page-header-right">
Expand Down

0 comments on commit 4103770

Please sign in to comment.