fix(ui): adjust layout of deployments section for improved alignment
This commit is contained in:
parent
fb80ce64ec
commit
5336c940ca
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
@if ($servers->count() > 0 && $projects->count() > 0)
|
||||
<section>
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="flex items-start gap-2">
|
||||
<h3 class="pb-2">Deployments</h3>
|
||||
@if (count($deploymentsPerServer) > 0)
|
||||
<x-loading />
|
||||
|
|
|
|||
Loading…
Reference in a new issue