fix(previews): adjust padding for rate limit message in application previews

This commit is contained in:
Andras Bacsai
2025-07-14 14:53:34 +02:00
parent 3bb28c29be
commit 76766017b0

View File

@@ -13,7 +13,7 @@
</div>
@endif
@isset($rate_limit_remaining)
<div class="pt-1 ">Requests remaining till rate limited by Git: {{ $rate_limit_remaining }}</div>
<div class="pt-1 pb-4">Requests remaining till rate limited by Git: {{ $rate_limit_remaining }}</div>
@endisset
<div wire:loading.remove wire:target='load_prs'>
@if ($pull_requests->count() > 0)