fix(ui): adjust layout of deployments section for improved alignment

This commit is contained in:
Andras Bacsai
2025-06-24 17:31:18 +02:00
parent fb80ce64ec
commit 5336c940ca

View File

@@ -124,7 +124,7 @@
@if ($servers->count() > 0 && $projects->count() > 0) @if ($servers->count() > 0 && $projects->count() > 0)
<section> <section>
<div class="flex items-center gap-2"> <div class="flex items-start gap-2">
<h3 class="pb-2">Deployments</h3> <h3 class="pb-2">Deployments</h3>
@if (count($deploymentsPerServer) > 0) @if (count($deploymentsPerServer) > 0)
<x-loading /> <x-loading />