Skip to content

Commit

Permalink
fix desc margin
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd committed Jul 8, 2024
1 parent 341954d commit 5698794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myapp/templates/view-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h6>{{ item.name }}</h6>
<span class="text-muted small pt-2 ps-1"><i class="bi bi-calendar"></i> <b>Issue Date</b>: {{ item.issue_date }}</span><br>
<span class="text-muted small pt-2 ps-1"><i class="bi bi-calendar-x"></i> <b>Expiry Date</b>: {{ item.expiry_date }}</span><br>
<span class="text-muted small pt-2 ps-1"><i class="bi bi-cash"></i> <b>Value</b>: {{ item.value }}</span><br><br>
<span class="text-muted small pt-2 ps-1"><b>Description</b>:<br><span class="text-muted small pt-2 ps-1">{{ item.description }}</span></span><br><br>
<span class="text-muted small pt-2 ps-0"><b>Description</b>:<br><span class="text-muted small pt-2 ps-0">{{ item.description }}</span></span><br><br>
</div>
</td>
</tr>
Expand Down

0 comments on commit 5698794

Please sign in to comment.