From 4f0eeeb8d46dfb7b24ec2890cedb810d2c87967e Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:22:10 +0200 Subject: [PATCH] fix: allow callout to take full width in regular view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed max-w-2xl constraint and wrapper div from change.blade.php so the callout takes full available width in the regular page view. Modal version (create.blade.php) keeps the constraint for centered display. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../views/livewire/source/github/change.blade.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/resources/views/livewire/source/github/change.blade.php b/resources/views/livewire/source/github/change.blade.php index 5b8c6241a..0758afb70 100644 --- a/resources/views/livewire/source/github/change.blade.php +++ b/resources/views/livewire/source/github/change.blade.php @@ -73,13 +73,9 @@ class="bg-transparent border-transparent hover:bg-transparent hover:border-trans instantSave id="isSystemWide" /> @if ($isSystemWide) -
- -
- System-wide GitHub Apps are shared across all teams on this Coolify instance. This means any team can use this GitHub App to deploy applications from your repositories. For better security and isolation, it's recommended to create team-specific GitHub Apps instead. -
-
-
+ + System-wide GitHub Apps are shared across all teams on this Coolify instance. This means any team can use this GitHub App to deploy applications from your repositories. For better security and isolation, it's recommended to create team-specific GitHub Apps instead. + @endif @endif