🐞 fix: Adjust button position for consistency

This commit is contained in:
Keith Solomon
2025-05-28 20:57:25 -05:00
parent ff4ff4c587
commit a994cd8266
2 changed files with 4 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ data.forEach(item => {
<p class="flex-grow-1"><%= formatDate(entry.created_at) %></p>
</div>
<% }) %>
<div class="card-actions justify-end">
<div class="card-actions justify-end mt-auto">
<a href="/sites/domain/<%= domain %>" class="btn btn-info text-info-content! hover:text-info-content!">View All Tests</a>
</div>
</div>