Merge pull request #1732 from fipnooone/fix/previews-flex-wrap

Flex-wrap deployment previews
This commit is contained in:
Andras Bacsai 2024-02-12 11:50:41 +01:00 committed by GitHub
commit 9a858f628d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ class="text-warning">{{ $application->destination->server->name }}</span>.</div>
</div>
@if ($application->previews->count() > 0)
<div class="pb-4">Previews</div>
<div class="flex gap-6 ">
<div class="flex flex-wrap gap-6">
@foreach ($application->previews as $preview)
<div class="flex flex-col p-4 bg-coolgray-200">
<div class="flex gap-2">PR #{{ data_get($preview, 'pull_request_id') }} |