Fixes #20030: Fix height of object list action buttons & others (#20036)

This commit is contained in:
Jeremy Stretch
2025-08-06 16:49:52 -04:00
committed by GitHub
parent fce10c73b7
commit e828ca5cb4
12 changed files with 28 additions and 24 deletions

View File

@@ -57,7 +57,7 @@
{% trans "Output" %}
{% if job.completed %}
<div>
<a href="?export=output" class="btn btn-primary lh-1" role="button">
<a href="?export=output" class="btn btn-sm btn-primary" role="button">
<i class="mdi mdi-download" aria-hidden="true"></i> {% trans "Download" %}
</a>
</div>