Skip to content

Commit

Permalink
Merge pull request #2119 from uktrade/LTD-5267-template
Browse files Browse the repository at this point in the history
LTD-5267-template
  • Loading branch information
seijihg authored Aug 9, 2024
2 parents 898d155 + e6d342f commit f9a113d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/letter_templates/templates/letter_templates/siel.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ <h1>Standard Individual Export Licence</h1>
</tr>
<tr>
<td class="border-black" colspan="6">
<span class="cell__heading">2b. Applicant reference</span>
<span class="cell__uppercase">{{ details.user_reference }}</span>
<div class="cell__heading">2b. Applicant reference</div>
<div class="cell__uppercase max-width">{{ details.user_reference }}</div>
</td>
</tr>
<tr>
Expand Down
3 changes: 3 additions & 0 deletions assets/css/siel.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
font-style: italic;
margin-bottom: 5px;
}
.document .max-width {
max-width: 140px;
}
.document .cell__uppercase {
display: block;
text-transform: uppercase;
Expand Down

0 comments on commit f9a113d

Please sign in to comment.