🐞 fix: Adjust button position for consistency
This commit is contained in:
@@ -2001,6 +2001,9 @@
|
|||||||
.mt-8 {
|
.mt-8 {
|
||||||
margin-top: calc(var(--spacing) * 8);
|
margin-top: calc(var(--spacing) * 8);
|
||||||
}
|
}
|
||||||
|
.mt-auto {
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
.mr-2 {
|
.mr-2 {
|
||||||
margin-right: calc(var(--spacing) * 2);
|
margin-right: calc(var(--spacing) * 2);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ data.forEach(item => {
|
|||||||
<p class="flex-grow-1"><%= formatDate(entry.created_at) %></p>
|
<p class="flex-grow-1"><%= formatDate(entry.created_at) %></p>
|
||||||
</div>
|
</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>
|
<a href="/sites/domain/<%= domain %>" class="btn btn-info text-info-content! hover:text-info-content!">View All Tests</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user