Fix formatting issue in select.blade.php

This commit is contained in:
Andras Bacsai 2024-04-25 13:01:40 +02:00
parent b28611ed08
commit 4fe90e59a8

View File

@ -576,9 +576,9 @@ class="w-[4.5rem]
@empty
<div class="w-96">No service found. Please try to reload the list!</div>
@endforelse
</div>
@endif
</div>
@endif
@if ($current_step === 'servers')
<h2>Select a server</h2>
@ -645,4 +645,3 @@ class="w-[4.5rem]
</form>
@endif
</div>
</div>