fix: input and textarea

This commit is contained in:
Andras Bacsai
2023-08-08 14:46:23 +02:00
parent bd9a1dbaf3
commit b4b1c671bd
5 changed files with 15 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
<x-forms.button class="btn" onclick="newStorage.showModal()">+ Add</x-forms.button>
<livewire:project.shared.storages.add/>
</div>
<div class="">Persistent storage to preserve data between deployments.</div>
<div>Persistent storage to preserve data between deployments.</div>
</div>
<div class="flex flex-col gap-2 py-4">
@forelse ($resource->persistentStorages as $storage)