refactor(logs): adjust padding in logs view for improved layout consistency

This commit is contained in:
Andras Bacsai
2025-05-30 09:11:58 +02:00
parent c8bc80f448
commit 7e3880b3c2

View File

@@ -6,7 +6,7 @@
@if ($type === 'application') @if ($type === 'application')
<h1>Logs</h1> <h1>Logs</h1>
<livewire:project.application.heading :application="$resource" /> <livewire:project.application.heading :application="$resource" />
<div class="pt-4"> <div class="pt-2">
<div class="subtitle">Here you can see the logs of the application.</div> <div class="subtitle">Here you can see the logs of the application.</div>
<div class="pt-2" wire:loading wire:target="loadContainers"> <div class="pt-2" wire:loading wire:target="loadContainers">
Loading containers... Loading containers...