Update UI styles in resource-view.blade.php, docker-image.blade.php, select.blade.php, and public-git-repository.blade.php

This commit is contained in:
Andras Bacsai
2024-04-16 10:10:08 +02:00
parent b16109ca56
commit 00db5b69ab
6 changed files with 32 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
<h1>Create a new Application</h1>
<div class="pb-4">You can deploy an existing Docker Image from any Registry.</div>
<form wire:submit="submit">
<div class="flex gap-2 pb-1">
<div class="flex gap-2 pt-4 pb-1">
<h2>Docker Image</h2>
<x-forms.button type="submit">Save</x-forms.button>
</div>